Html Css Color HEX #5B050F Pohutukawa

📋 copy color: '#5B050F'

red 91 ◦ green 5 ◦ blue 15

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

Shades of Pohutukawa #5B050F

Tints of Pohutukawa #5B050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.5%

 BLUE value IS 15 (6.25% from 255) = 13.51%

R = 81.98%
G = 4.5%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#5B050F (or 0x5B050F) is known color: Pohutukawa. HEX triplet: 5B, 05 and 0F. RGB value is (91,5,15). Sum of RGB (Red+Green+Blue) = 91+5+15=111 (14% of max value = 765). Red value is 91 (35.94% from 255 or 81.98% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 91 - color contains mainly: red. Hex color #5B050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B050F is #A4FAF0. Grayscale: #1F1F1F. Windows color (decimal): -10812145 or 984411. OLE color: 984411.

HSL color Cylindrical-coordinate representation of color #5B050F: hue angle of 353.02º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B050F is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 5 15 -
CMYK 0 0.95 0.84 0.64
HSL 353.02º 0.9% 0.19% -
HSV(B) 353.02º 0.95% 0.36% -
XYZ 4.45 2.37 0.67 -
YUV 31.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 91 5 15 0 0.95 0.84 0.64 353.02 0.9 0.19
Hex 5B 5 F 0 5F 54 40 161 5A 13
Octal 133 5 17 0 137 124 100 541 132 23
Binary 1011011 101 1111 0 1011111 1010100 1000000 101100001 1011010 10011

Color Harmonies of #5B050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B050F

Black with #5B050F

Text Example


Text Example

White with #5B050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,15); }

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

background-color css

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

 a { background-color: rgb(91,5,15); }

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

border-color css

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

 span { border-color: rgb(91,5,15); }

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