Html Css Color HEX #5B0522 Pohutukawa

📋 copy color: '#5B0522'

red 91 ◦ green 5 ◦ blue 34

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

Shades of Pohutukawa #5B0522

Tints of Pohutukawa #5B0522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

 BLUE value IS 34 (13.67% from 255) = 26.15%

R = 70%
G = 3.85%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.64

RGB Variations

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

Color information

#5B0522 (or 0x5B0522) is known color: Pohutukawa. HEX triplet: 5B, 05 and 22. RGB value is (91,5,34). Sum of RGB (Red+Green+Blue) = 91+5+34=130 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0522 is #A4FADD. Grayscale: #212121. Windows color (decimal): -10812126 or 2229595. OLE color: 2229595.

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

Color convert

RGB 91 5 34 -
CMYK 0 0.95 0.63 0.64
HSL 339.77º 0.9% 0.19% -
HSV(B) 339.77º 0.95% 0.36% -
XYZ 4.66 2.45 1.74 -
YUV 34.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 91 5 34 0 0.95 0.63 0.64 339.77 0.9 0.19
Hex 5B 5 22 0 5F 3F 40 154 5A 13
Octal 133 5 42 0 137 77 100 524 132 23
Binary 1011011 101 100010 0 1011111 111111 1000000 101010100 1011010 10011

Color Harmonies of #5B0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0522

Black with #5B0522

Text Example


Text Example

White with #5B0522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,34); }

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

background-color css

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

 a { background-color: rgb(91,5,34); }

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

border-color css

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

 span { border-color: rgb(91,5,34); }

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