#601F2B

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

Shades of Pohutukawa #601F2B

Tints of Pohutukawa #601F2B

Color information

#601F2B (or 0x601F2B) is unknown color: approx Pohutukawa. HEX triplet: 60, 1F and 2B. RGB value is (96,31,43). Sum of RGB (Red+Green+Blue) = 96+31+43=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F2B is #9FE0D4. Grayscale: #333333. Windows color (decimal): -10477781 or 2826080. OLE color: 2826080.

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

Color convert

RGB963143-
CMYK00.680.550.62
HSL348.92º51.18%24.9%-
HSV(B)348.92º67.71%37.65%-
XYZ5.753.642.69-
YUV51.8123.03159.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.47%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=56.47%
G=18.24%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96314300.680.550.62348.9251.1824.9
Hex601F2B044373E15d3319
Octal1403753010467765356331
Binary1100000111111010110100010011011111111010101110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,31,43); }

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

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

 a { background-color: rgb(96,31,43); }

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

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

 span { border-color: rgb(96,31,43); }

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