Html Css Color HEX #601D2F Pohutukawa

📋 copy color: '#601D2F'

red 96 ◦ green 29 ◦ blue 47

#601D2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #601D2F

Tints of Pohutukawa #601D2F

RGB

 RED value IS 96 (37.89% from 255) = 55.81%

 GREEN value IS 29 (11.72% from 255) = 16.86%

 BLUE value IS 47 (18.75% from 255) = 27.33%

R = 55.81%
G = 16.86%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#601D2F (or 0x601D2F) is known color: Pohutukawa. HEX triplet: 60, 1D and 2F. RGB value is (96,29,47). Sum of RGB (Red+Green+Blue) = 96+29+47=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #601D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D2F is #9FE2D0. Grayscale: #333333. Windows color (decimal): -10478289 or 3087712. OLE color: 3087712.

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

Color convert

RGB 96 29 47 -
CMYK 0 0.70 0.51 0.62
HSL 343.88º 0.54% 0.25% -
HSV(B) 343.88º 0.7% 0.38% -
XYZ 5.78 3.57 3.07 -
YUV 51.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 96 29 47 0 0.70 0.51 0.62 343.88 0.54 0.25
Hex 60 1D 2F 0 46 33 3E 158 36 19
Octal 140 35 57 0 106 63 76 530 66 31
Binary 1100000 11101 101111 0 1000110 110011 111110 101011000 110110 11001

Color Harmonies of #601D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D2F

Black with #601D2F

Text Example


Text Example

White with #601D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #601D2F;
 }
 .AnyTagClassName
 {
   color: #601D2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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