#672028

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

Shades of Pohutukawa #672028

Tints of Pohutukawa #672028

Color information

#672028 (or 0x672028) is unknown color: approx Pohutukawa. HEX triplet: 67, 20 and 28. RGB value is (103,32,40). Sum of RGB (Red+Green+Blue) = 103+32+40=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #672028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672028 is #98DFD7. Grayscale: #363636. Windows color (decimal): -10018776 or 2629735. OLE color: 2629735.

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

Color convert

RGB1033240-
CMYK00.690.610.60
HSL353.24º52.59%26.47%-
HSV(B)353.24º68.93%40.39%-
XYZ6.494.072.45-
YUV54.14120.02162.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.86%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=58.86%
G=18.29%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103324000.690.610.60353.2452.5926.47
Hex6720280453D3C161351a
Octal1474050010575745416532
Binary11001111000001010000100010111110111110010110000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672028; }

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

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

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

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

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

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

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

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