#671528

Color #671528 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #671528

Tints of Pohutukawa #671528

Color information

#671528 (or 0x671528) is unknown color: approx Pohutukawa. HEX triplet: 67, 15 and 28. RGB value is (103,21,40). Sum of RGB (Red+Green+Blue) = 103+21+40=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #671528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671528 is #98EAD7. Grayscale: #2F2F2F. Windows color (decimal): -10021592 or 2626919. OLE color: 2626919.

HSL color Cylindrical-coordinate representation of color #671528: hue angle of 346.1º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671528 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB1032140-
CMYK00.800.610.60
HSL346.1º66.13%24.31%-
HSV(B)346.1º79.61%40.39%-
XYZ6.243.572.37-
YUV47.68123.67167.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 62.80%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=62.80%
G=12.80%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103214000.800.610.60346.166.1324.31
Hex6715280503D3C15a4218
Octal14725500120757453210230
Binary11001111010110100001010000111101111100101011010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671528; }

 p { color: rgb(103,21,40); }

 H1.HeaderClassName
 {
   color: #671528;
 }
 .AnyTagClassName
 {
   color: #671528;
 }
</style>
background-color css

<style>
 a { background-color: #671528; }

 a { background-color: rgb(103,21,40); }

 div.DivClassName
 {
   background-color: #671528;
 }
 .BgClassName
 {
   background-color: #671528;
 }
</style>
border-color css

<style>
 span { border-color: #671528; }

 span { border-color: rgb(103,21,40); }

 td.TdClassName
 {
   border-color: #671528;
 }
 .TagClassName
 {
   border-color: #671528;
 }
</style>