#601C2D

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

Shades of Pohutukawa #601C2D

Tints of Pohutukawa #601C2D

Color information

#601C2D (or 0x601C2D) is unknown color: approx Pohutukawa. HEX triplet: 60, 1C and 2D. RGB value is (96,28,45). Sum of RGB (Red+Green+Blue) = 96+28+45=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #601C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C2D is #9FE3D2. Grayscale: #323232. Windows color (decimal): -10478547 or 2956384. OLE color: 2956384.

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

Color convert

RGB962845-
CMYK00.710.530.62
HSL345º54.84%24.31%-
HSV(B)345º70.83%37.65%-
XYZ5.713.512.86-
YUV50.27125.03160.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 28 (11.33% from 255) = 16.57%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=56.80%
G=16.57%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96284500.710.530.6234554.8424.31
Hex601C2D047353E1593718
Octal1403455010765765316730
Binary1100000111001011010100011111010111111010101100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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