Html Css Color HEX #601B2F Pohutukawa

📋 copy color: '#601B2F'

red 96 ◦ green 27 ◦ blue 47

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

Shades of Pohutukawa #601B2F

Tints of Pohutukawa #601B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.88%

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

R = 56.47%
G = 15.88%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#601B2F (or 0x601B2F) is known color: Pohutukawa. HEX triplet: 60, 1B and 2F. RGB value is (96,27,47). Sum of RGB (Red+Green+Blue) = 96+27+47=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601B2F is #9FE4D0. Grayscale: #313131. Windows color (decimal): -10478801 or 3087200. OLE color: 3087200.

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

Color convert

RGB 96 27 47 -
CMYK 0 0.72 0.51 0.62
HSL 342.61º 0.56% 0.24% -
HSV(B) 342.61º 0.72% 0.38% -
XYZ 5.73 3.48 3.06 -
YUV 49.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 96 27 47 0 0.72 0.51 0.62 342.61 0.56 0.24
Hex 60 1B 2F 0 48 33 3E 157 38 18
Octal 140 33 57 0 110 63 76 527 70 30
Binary 1100000 11011 101111 0 1001000 110011 111110 101010111 111000 11000

Color Harmonies of #601B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601B2F

Black with #601B2F

Text Example


Text Example

White with #601B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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