Html Css Color HEX #5B0B12 Pohutukawa

📋 copy color: '#5B0B12'

red 91 ◦ green 11 ◦ blue 18

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

Shades of Pohutukawa #5B0B12

Tints of Pohutukawa #5B0B12

RGB

 RED value IS 91 (35.94% from 255) = 75.83%

 GREEN value IS 11 (4.69% from 255) = 9.17%

 BLUE value IS 18 (7.42% from 255) = 15%

R = 75.83%
G = 9.17%
B = 15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#5B0B12 (or 0x5B0B12) is known color: Pohutukawa. HEX triplet: 5B, 0B and 12. RGB value is (91,11,18). Sum of RGB (Red+Green+Blue) = 91+11+18=120 (15% of max value = 765). Red value is 91 (35.94% from 255 or 75.83% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0B12 is #A4F4ED. Grayscale: #232323. Windows color (decimal): -10810606 or 1182555. OLE color: 1182555.

HSL color Cylindrical-coordinate representation of color #5B0B12: hue angle of 354.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B0B12 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 11 18 -
CMYK 0 0.88 0.80 0.64
HSL 354.75º 0.78% 0.2% -
HSV(B) 354.75º 0.88% 0.36% -
XYZ 4.54 2.51 0.82 -
YUV 35.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 91 11 18 0 0.88 0.80 0.64 354.75 0.78 0.2
Hex 5B B 12 0 58 50 40 163 4E 14
Octal 133 13 22 0 130 120 100 543 116 24
Binary 1011011 1011 10010 0 1011000 1010000 1000000 101100011 1001110 10100

Color Harmonies of #5B0B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0B12

Black with #5B0B12

Text Example


Text Example

White with #5B0B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,11,18); }

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

background-color css

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

 a { background-color: rgb(91,11,18); }

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

border-color css

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

 span { border-color: rgb(91,11,18); }

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