#601E23

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

Shades of Pohutukawa #601E23

Tints of Pohutukawa #601E23

Color information

#601E23 (or 0x601E23) is unknown color: approx Pohutukawa. HEX triplet: 60, 1E and 23. RGB value is (96,30,35). Sum of RGB (Red+Green+Blue) = 96+30+35=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #601E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E23 is #9FE1DC. Grayscale: #323232. Windows color (decimal): -10478045 or 2301536. OLE color: 2301536.

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

Color convert

RGB963035-
CMYK00.690.640.62
HSL355.45º52.38%24.71%-
HSV(B)355.45º68.75%37.65%-
XYZ5.593.541.98-
YUV50.3119.37160.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 35 (14.06% from 255) = 21.74%
R=59.63%
G=18.63%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96303500.690.640.62355.4552.3824.71
Hex601E23045403E1633419
Octal14036430105100765436431
Binary11000001111010001101000101100000011111010110001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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