#601F2F

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

Shades of Pohutukawa #601F2F

Tints of Pohutukawa #601F2F

Color information

#601F2F (or 0x601F2F) is unknown color: approx Pohutukawa. HEX triplet: 60, 1F and 2F. RGB value is (96,31,47). Sum of RGB (Red+Green+Blue) = 96+31+47=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #601F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F2F is #9FE0D0. Grayscale: #343434. Windows color (decimal): -10477777 or 3088224. OLE color: 3088224.

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

Color convert

RGB963147-
CMYK00.680.510.62
HSL345.23º51.18%24.9%-
HSV(B)345.23º67.71%37.65%-
XYZ5.833.673.09-
YUV52.26125.03159.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=55.17%
G=17.82%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96314700.680.510.62345.2351.1824.9
Hex601F2F044333E1593319
Octal1403757010463765316331
Binary1100000111111011110100010011001111111010101100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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