#672029

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

Shades of Pohutukawa #672029

Tints of Pohutukawa #672029

Color information

#672029 (or 0x672029) is unknown color: approx Pohutukawa. HEX triplet: 67, 20 and 29. RGB value is (103,32,41). Sum of RGB (Red+Green+Blue) = 103+32+41=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #672029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672029 is #98DFD6. Grayscale: #363636. Windows color (decimal): -10018775 or 2695271. OLE color: 2695271.

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

Color convert

RGB1033241-
CMYK00.690.600.60
HSL352.39º52.59%26.47%-
HSV(B)352.39º68.93%40.39%-
XYZ6.514.082.54-
YUV54.26120.52162.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.52%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=58.52%
G=18.18%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103324100.690.600.60352.3952.5926.47
Hex6720290453C3C160351a
Octal1474051010574745406532
Binary11001111000001010010100010111110011110010110000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672029; }

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

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

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

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

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

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

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

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