#601C2A

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

Shades of Pohutukawa #601C2A

Tints of Pohutukawa #601C2A

Color information

#601C2A (or 0x601C2A) is unknown color: approx Pohutukawa. HEX triplet: 60, 1C and 2A. RGB value is (96,28,42). Sum of RGB (Red+Green+Blue) = 96+28+42=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #601C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C2A is #9FE3D5. Grayscale: #313131. Windows color (decimal): -10478550 or 2759776. OLE color: 2759776.

HSL color Cylindrical-coordinate representation of color #601C2A: hue angle of 347.65º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #601C2A is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB962842-
CMYK00.710.560.62
HSL347.65º54.84%24.31%-
HSV(B)347.65º70.83%37.65%-
XYZ5.663.482.56-
YUV49.93123.53160.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=57.83%
G=16.87%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96284200.710.560.62347.6554.8424.31
Hex601C2A047383E15c3718
Octal1403452010770765346730
Binary1100000111001010100100011111100011111010101110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,28,42); }

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

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

 a { background-color: rgb(96,28,42); }

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

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

 span { border-color: rgb(96,28,42); }

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