#601E28

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

Shades of Pohutukawa #601E28

Tints of Pohutukawa #601E28

Color information

#601E28 (or 0x601E28) is unknown color: approx Pohutukawa. HEX triplet: 60, 1E and 28. RGB value is (96,30,40). Sum of RGB (Red+Green+Blue) = 96+30+40=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #601E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E28 is #9FE1D7. Grayscale: #323232. Windows color (decimal): -10478040 or 2629216. OLE color: 2629216.

HSL color Cylindrical-coordinate representation of color #601E28: hue angle of 350.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E28 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB963040-
CMYK00.690.580.62
HSL350.91º52.38%24.71%-
HSV(B)350.91º68.75%37.65%-
XYZ5.673.572.4-
YUV50.87121.87160.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=57.83%
G=18.07%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96304000.690.580.62350.9152.3824.71
Hex601E280453A3E15f3419
Octal1403650010572765376431
Binary1100000111101010000100010111101011111010101111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601E28; }

 p { color: rgb(96,30,40); }

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

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

 a { background-color: rgb(96,30,40); }

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

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

 span { border-color: rgb(96,30,40); }

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