Html Css Color HEX #5B081A Pohutukawa

📋 copy color: '#5B081A'

red 91 ◦ green 8 ◦ blue 26

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

Shades of Pohutukawa #5B081A

Tints of Pohutukawa #5B081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

 BLUE value IS 26 (10.55% from 255) = 20.8%

R = 72.8%
G = 6.4%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5B081A (or 0x5B081A) is known color: Pohutukawa. HEX triplet: 5B, 08 and 1A. RGB value is (91,8,26). Sum of RGB (Red+Green+Blue) = 91+8+26=125 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 91 - color contains mainly: red. Hex color #5B081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B081A is #A4F7E5. Grayscale: #222222. Windows color (decimal): -10811366 or 1706075. OLE color: 1706075.

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

Color convert

RGB 91 8 26 -
CMYK 0 0.91 0.71 0.64
HSL 346.99º 0.84% 0.19% -
HSV(B) 346.99º 0.91% 0.36% -
XYZ 4.59 2.47 1.21 -
YUV 34.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 91 8 26 0 0.91 0.71 0.64 346.99 0.84 0.19
Hex 5B 8 1A 0 5B 47 40 15B 54 13
Octal 133 10 32 0 133 107 100 533 124 23
Binary 1011011 1000 11010 0 1011011 1000111 1000000 101011011 1010100 10011

Color Harmonies of #5B081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B081A

Black with #5B081A

Text Example


Text Example

White with #5B081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,8,26); }

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

background-color css

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

 a { background-color: rgb(91,8,26); }

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

border-color css

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

 span { border-color: rgb(91,8,26); }

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