Html Css Color HEX #5B0824 Pohutukawa

📋 copy color: '#5B0824'

red 91 ◦ green 8 ◦ blue 36

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

Shades of Pohutukawa #5B0824

Tints of Pohutukawa #5B0824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.67%

R = 67.41%
G = 5.93%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#5B0824 (or 0x5B0824) is known color: Pohutukawa. HEX triplet: 5B, 08 and 24. RGB value is (91,8,36). Sum of RGB (Red+Green+Blue) = 91+8+36=135 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.41% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0824 is #A4F7DB. Grayscale: #232323. Windows color (decimal): -10811356 or 2361435. OLE color: 2361435.

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

Color convert

RGB 91 8 36 -
CMYK 0 0.91 0.60 0.64
HSL 339.76º 0.84% 0.19% -
HSV(B) 339.76º 0.91% 0.36% -
XYZ 4.72 2.53 1.91 -
YUV 36.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 91 8 36 0 0.91 0.60 0.64 339.76 0.84 0.19
Hex 5B 8 24 0 5B 3C 40 154 54 13
Octal 133 10 44 0 133 74 100 524 124 23
Binary 1011011 1000 100100 0 1011011 111100 1000000 101010100 1010100 10011

Color Harmonies of #5B0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0824

Black with #5B0824

Text Example


Text Example

White with #5B0824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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