Html Css Color HEX #5B1528 Pohutukawa

📋 copy color: '#5B1528'

red 91 ◦ green 21 ◦ blue 40

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

Shades of Pohutukawa #5B1528

Tints of Pohutukawa #5B1528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

 BLUE value IS 40 (16.02% from 255) = 26.32%

R = 59.87%
G = 13.82%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#5B1528 (or 0x5B1528) is known color: Pohutukawa. HEX triplet: 5B, 15 and 28. RGB value is (91,21,40). Sum of RGB (Red+Green+Blue) = 91+21+40=152 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.87% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1528 is #A4EAD7. Grayscale: #2C2C2C. Windows color (decimal): -10808024 or 2626907. OLE color: 2626907.

HSL color Cylindrical-coordinate representation of color #5B1528: hue angle of 343.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B1528 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 21 40 -
CMYK 0 0.77 0.56 0.64
HSL 343.71º 0.63% 0.22% -
HSV(B) 343.71º 0.77% 0.36% -
XYZ 4.97 2.91 2.31 -
YUV 44.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 91 21 40 0 0.77 0.56 0.64 343.71 0.63 0.22
Hex 5B 15 28 0 4D 38 40 158 3E 16
Octal 133 25 50 0 115 70 100 530 76 26
Binary 1011011 10101 101000 0 1001101 111000 1000000 101011000 111110 10110

Color Harmonies of #5B1528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1528

Black with #5B1528

Text Example


Text Example

White with #5B1528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,21,40); }

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

background-color css

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

 a { background-color: rgb(91,21,40); }

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

border-color css

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

 span { border-color: rgb(91,21,40); }

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