Html Css Color HEX #5B0112 Pohutukawa

📋 copy color: '#5B0112'

red 91 ◦ green 1 ◦ blue 18

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

Shades of Pohutukawa #5B0112

Tints of Pohutukawa #5B0112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 82.73%
G = 0.91%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#5B0112 (or 0x5B0112) is known color: Pohutukawa. HEX triplet: 5B, 01 and 12. RGB value is (91,1,18). Sum of RGB (Red+Green+Blue) = 91+1+18=110 (14% of max value = 765). Red value is 91 (35.94% from 255 or 82.73% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0112 is #A4FEED. Grayscale: #1D1D1D. Windows color (decimal): -10813166 or 1179995. OLE color: 1179995.

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

Color convert

RGB 91 1 18 -
CMYK 0 0.99 0.80 0.64
HSL 348.67º 0.98% 0.18% -
HSV(B) 348.67º 0.99% 0.36% -
XYZ 4.43 2.29 0.78 -
YUV 29.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 91 1 18 0 0.99 0.80 0.64 348.67 0.98 0.18
Hex 5B 1 12 0 63 50 40 15D 62 12
Octal 133 1 22 0 143 120 100 535 142 22
Binary 1011011 1 10010 0 1100011 1010000 1000000 101011101 1100010 10010

Color Harmonies of #5B0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0112

Black with #5B0112

Text Example


Text Example

White with #5B0112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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