Html Css Color HEX #5B1427 Pohutukawa

📋 copy color: '#5B1427'

red 91 ◦ green 20 ◦ blue 39

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

Shades of Pohutukawa #5B1427

Tints of Pohutukawa #5B1427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.33%

 BLUE value IS 39 (15.63% from 255) = 26%

R = 60.67%
G = 13.33%
B = 26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#5B1427 (or 0x5B1427) is known color: Pohutukawa. HEX triplet: 5B, 14 and 27. RGB value is (91,20,39). Sum of RGB (Red+Green+Blue) = 91+20+39=150 (19% of max value = 765). Red value is 91 (35.94% from 255 or 60.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1427 is #A4EBD8. Grayscale: #2B2B2B. Windows color (decimal): -10808281 or 2561115. OLE color: 2561115.

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

Color convert

RGB 91 20 39 -
CMYK 0 0.78 0.57 0.64
HSL 343.94º 0.64% 0.22% -
HSV(B) 343.94º 0.78% 0.36% -
XYZ 4.93 2.87 2.21 -
YUV 43.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 91 20 39 0 0.78 0.57 0.64 343.94 0.64 0.22
Hex 5B 14 27 0 4E 39 40 158 40 16
Octal 133 24 47 0 116 71 100 530 100 26
Binary 1011011 10100 100111 0 1001110 111001 1000000 101011000 1000000 10110

Color Harmonies of #5B1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1427

Black with #5B1427

Text Example


Text Example

White with #5B1427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,20,39); }

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

background-color css

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

 a { background-color: rgb(91,20,39); }

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

border-color css

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

 span { border-color: rgb(91,20,39); }

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