Html Css Color HEX #5B1524 Pohutukawa

📋 copy color: '#5B1524'

red 91 ◦ green 21 ◦ blue 36

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

Shades of Pohutukawa #5B1524

Tints of Pohutukawa #5B1524

RGB

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

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

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

R = 61.49%
G = 14.19%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#5B1524 (or 0x5B1524) is known color: Pohutukawa. HEX triplet: 5B, 15 and 24. RGB value is (91,21,36). Sum of RGB (Red+Green+Blue) = 91+21+36=148 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.49% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1524 is #A4EADB. Grayscale: #2B2B2B. Windows color (decimal): -10808028 or 2364763. OLE color: 2364763.

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

Color convert

RGB 91 21 36 -
CMYK 0 0.77 0.60 0.64
HSL 347.14º 0.63% 0.22% -
HSV(B) 347.14º 0.77% 0.36% -
XYZ 4.9 2.89 1.97 -
YUV 43.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 91 21 36 0 0.77 0.60 0.64 347.14 0.63 0.22
Hex 5B 15 24 0 4D 3C 40 15B 3E 16
Octal 133 25 44 0 115 74 100 533 76 26
Binary 1011011 10101 100100 0 1001101 111100 1000000 101011011 111110 10110

Color Harmonies of #5B1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1524

Black with #5B1524

Text Example


Text Example

White with #5B1524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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