Html Css Color HEX #5B1C28 Pohutukawa

📋 copy color: '#5B1C28'

red 91 ◦ green 28 ◦ blue 40

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

Shades of Pohutukawa #5B1C28

Tints of Pohutukawa #5B1C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.61%

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

R = 57.23%
G = 17.61%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#5B1C28 (or 0x5B1C28) is known color: Pohutukawa. HEX triplet: 5B, 1C and 28. RGB value is (91,28,40). Sum of RGB (Red+Green+Blue) = 91+28+40=159 (21% of max value = 765). Red value is 91 (35.94% from 255 or 57.23% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C28 is #A4E3D7. Grayscale: #303030. Windows color (decimal): -10806232 or 2628699. OLE color: 2628699.

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

Color convert

RGB 91 28 40 -
CMYK 0 0.69 0.56 0.64
HSL 348.57º 0.53% 0.23% -
HSV(B) 348.57º 0.69% 0.36% -
XYZ 5.11 3.21 2.36 -
YUV 48.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 91 28 40 0 0.69 0.56 0.64 348.57 0.53 0.23
Hex 5B 1C 28 0 45 38 40 15D 35 17
Octal 133 34 50 0 105 70 100 535 65 27
Binary 1011011 11100 101000 0 1000101 111000 1000000 101011101 110101 10111

Color Harmonies of #5B1C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1C28

Black with #5B1C28

Text Example


Text Example

White with #5B1C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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