Html Css Color HEX #5B0510 Pohutukawa

📋 copy color: '#5B0510'

red 91 ◦ green 5 ◦ blue 16

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

Shades of Pohutukawa #5B0510

Tints of Pohutukawa #5B0510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.29%

R = 81.25%
G = 4.46%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#5B0510 (or 0x5B0510) is known color: Pohutukawa. HEX triplet: 5B, 05 and 10. RGB value is (91,5,16). Sum of RGB (Red+Green+Blue) = 91+5+16=112 (14% of max value = 765). Red value is 91 (35.94% from 255 or 81.25% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0510 is #A4FAEF. Grayscale: #202020. Windows color (decimal): -10812144 or 1049947. OLE color: 1049947.

HSL color Cylindrical-coordinate representation of color #5B0510: hue angle of 352.33º 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 #5B0510 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 5 16 -
CMYK 0 0.95 0.82 0.64
HSL 352.33º 0.9% 0.19% -
HSV(B) 352.33º 0.95% 0.36% -
XYZ 4.46 2.37 0.71 -
YUV 31.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 91 5 16 0 0.95 0.82 0.64 352.33 0.9 0.19
Hex 5B 5 10 0 5F 52 40 160 5A 13
Octal 133 5 20 0 137 122 100 540 132 23
Binary 1011011 101 10000 0 1011111 1010010 1000000 101100000 1011010 10011

Color Harmonies of #5B0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0510

Black with #5B0510

Text Example


Text Example

White with #5B0510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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