Html Css Color HEX #5F0D2C Pohutukawa

📋 copy color: '#5F0D2C'

red 95 ◦ green 13 ◦ blue 44

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

Shades of Pohutukawa #5F0D2C

Tints of Pohutukawa #5F0D2C

RGB

 RED value IS 95 (37.5% from 255) = 62.5%

 GREEN value IS 13 (5.47% from 255) = 8.55%

 BLUE value IS 44 (17.58% from 255) = 28.95%

R = 62.5%
G = 8.55%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#5F0D2C (or 0x5F0D2C) is known color: Pohutukawa. HEX triplet: 5F, 0D and 2C. RGB value is (95,13,44). Sum of RGB (Red+Green+Blue) = 95+13+44=152 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.5% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0D2C is #A0F2D3. Grayscale: #292929. Windows color (decimal): -10547924 or 2887007. OLE color: 2887007.

HSL color Cylindrical-coordinate representation of color #5F0D2C: hue angle of 337.32º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F0D2C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 13 44 -
CMYK 0 0.86 0.54 0.63
HSL 337.32º 0.76% 0.21% -
HSV(B) 337.32º 0.86% 0.37% -
XYZ 5.32 2.9 2.66 -
YUV 41.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 95 13 44 0 0.86 0.54 0.63 337.32 0.76 0.21
Hex 5F D 2C 0 56 36 3F 151 4C 15
Octal 137 15 54 0 126 66 77 521 114 25
Binary 1011111 1101 101100 0 1010110 110110 111111 101010001 1001100 10101

Color Harmonies of #5F0D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0D2C

Black with #5F0D2C

Text Example


Text Example

White with #5F0D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F0D2C; }

 p { color: rgb(95,13,44); }

 H1.HeaderClassName
 {
   color: #5F0D2C;
 }
 .AnyTagClassName
 {
   color: #5F0D2C;
 }
</style>

background-color css

<style>
 a { background-color: #5F0D2C; }

 a { background-color: rgb(95,13,44); }

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

border-color css

<style>
 span { border-color: #5F0D2C; }

 span { border-color: rgb(95,13,44); }

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