#672024

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

Shades of Pohutukawa #672024

Tints of Pohutukawa #672024

Color information

#672024 (or 0x672024) is unknown color: approx Pohutukawa. HEX triplet: 67, 20 and 24. RGB value is (103,32,36). Sum of RGB (Red+Green+Blue) = 103+32+36=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #672024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672024 is #98DFDB. Grayscale: #353535. Windows color (decimal): -10018780 or 2367591. OLE color: 2367591.

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

Color convert

RGB1033236-
CMYK00.690.650.60
HSL356.62º52.59%26.47%-
HSV(B)356.62º68.93%40.39%-
XYZ6.434.042.11-
YUV53.68118.02163.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.23%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=60.23%
G=18.71%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103323600.690.650.60356.6252.5926.47
Hex672024045413C165351a
Octal14740440105101745456532
Binary110011110000010010001000101100000111110010110010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672024; }

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

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

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

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

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

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

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

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