Html Css Color HEX #5B0826 Pohutukawa

📋 copy color: '#5B0826'

red 91 ◦ green 8 ◦ blue 38

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

Shades of Pohutukawa #5B0826

Tints of Pohutukawa #5B0826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.74%

R = 66.42%
G = 5.84%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#5B0826 (or 0x5B0826) is known color: Pohutukawa. HEX triplet: 5B, 08 and 26. RGB value is (91,8,38). Sum of RGB (Red+Green+Blue) = 91+8+38=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0826 is #A4F7D9. Grayscale: #242424. Windows color (decimal): -10811354 or 2492507. OLE color: 2492507.

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

Color convert

RGB 91 8 38 -
CMYK 0 0.91 0.58 0.64
HSL 338.31º 0.84% 0.19% -
HSV(B) 338.31º 0.91% 0.36% -
XYZ 4.75 2.54 2.07 -
YUV 36.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 91 8 38 0 0.91 0.58 0.64 338.31 0.84 0.19
Hex 5B 8 26 0 5B 3A 40 152 54 13
Octal 133 10 46 0 133 72 100 522 124 23
Binary 1011011 1000 100110 0 1011011 111010 1000000 101010010 1010100 10011

Color Harmonies of #5B0826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0826

Black with #5B0826

Text Example


Text Example

White with #5B0826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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