Html Css Color HEX #5B0913 Pohutukawa

📋 copy color: '#5B0913'

red 91 ◦ green 9 ◦ blue 19

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

Shades of Pohutukawa #5B0913

Tints of Pohutukawa #5B0913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.56%

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 76.47%
G = 7.56%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#5B0913 (or 0x5B0913) is known color: Pohutukawa. HEX triplet: 5B, 09 and 13. RGB value is (91,9,19). Sum of RGB (Red+Green+Blue) = 91+9+19=119 (15% of max value = 765). Red value is 91 (35.94% from 255 or 76.47% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0913 is #A4F6EC. Grayscale: #222222. Windows color (decimal): -10811117 or 1247579. OLE color: 1247579.

HSL color Cylindrical-coordinate representation of color #5B0913: hue angle of 352.68º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B0913 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 9 19 -
CMYK 0 0.90 0.79 0.64
HSL 352.68º 0.82% 0.2% -
HSV(B) 352.68º 0.9% 0.36% -
XYZ 4.53 2.47 0.85 -
YUV 34.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 91 9 19 0 0.90 0.79 0.64 352.68 0.82 0.2
Hex 5B 9 13 0 5A 4F 40 161 52 14
Octal 133 11 23 0 132 117 100 541 122 24
Binary 1011011 1001 10011 0 1011010 1001111 1000000 101100001 1010010 10100

Color Harmonies of #5B0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0913

Black with #5B0913

Text Example


Text Example

White with #5B0913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,9,19); }

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

background-color css

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

 a { background-color: rgb(91,9,19); }

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

border-color css

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

 span { border-color: rgb(91,9,19); }

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