#671520

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

Shades of Pohutukawa #671520

Tints of Pohutukawa #671520

Color information

#671520 (or 0x671520) is unknown color: approx Pohutukawa. HEX triplet: 67, 15 and 20. RGB value is (103,21,32). Sum of RGB (Red+Green+Blue) = 103+21+32=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #671520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671520 is #98EADF. Grayscale: #2E2E2E. Windows color (decimal): -10021600 or 2102631. OLE color: 2102631.

HSL color Cylindrical-coordinate representation of color #671520: hue angle of 351.95º 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 #671520 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB1032132-
CMYK00.800.690.60
HSL351.95º66.13%24.31%-
HSV(B)351.95º79.61%40.39%-
XYZ6.123.521.72-
YUV46.77119.67168.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.03%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=66.03%
G=13.46%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103213200.800.690.60351.9566.1324.31
Hex671520050453C1604218
Octal147254001201057454010230
Binary110011110101100000010100001000101111100101100000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671520; }

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

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

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

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

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

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

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

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