#671F24

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

Shades of Pohutukawa #671F24

Tints of Pohutukawa #671F24

Color information

#671F24 (or 0x671F24) is unknown color: approx Pohutukawa. HEX triplet: 67, 1F and 24. RGB value is (103,31,36). Sum of RGB (Red+Green+Blue) = 103+31+36=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #671F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F24 is #98E0DB. Grayscale: #353535. Windows color (decimal): -10019036 or 2367335. OLE color: 2367335.

HSL color Cylindrical-coordinate representation of color #671F24: hue angle of 355.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F24 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB1033136-
CMYK00.700.650.60
HSL355.83º53.73%26.27%-
HSV(B)355.83º69.9%40.39%-
XYZ6.43.992.1-
YUV53.1118.35163.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.59%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 36 (14.45% from 255) = 21.18%
R=60.59%
G=18.24%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103313600.700.650.60355.8353.7326.27
Hex671F24046413C164361a
Octal14737440106101745446632
Binary11001111111110010001000110100000111110010110010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671F24; }

 p { color: rgb(103,31,36); }

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

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

 a { background-color: rgb(103,31,36); }

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

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

 span { border-color: rgb(103,31,36); }

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