Html Css Color HEX #5B1728 Pohutukawa

📋 copy color: '#5B1728'

red 91 ◦ green 23 ◦ blue 40

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

Shades of Pohutukawa #5B1728

Tints of Pohutukawa #5B1728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.94%

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

R = 59.09%
G = 14.94%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#5B1728 (or 0x5B1728) is known color: Pohutukawa. HEX triplet: 5B, 17 and 28. RGB value is (91,23,40). Sum of RGB (Red+Green+Blue) = 91+23+40=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1728 is #A4E8D7. Grayscale: #2D2D2D. Windows color (decimal): -10807512 or 2627419. OLE color: 2627419.

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

Color convert

RGB 91 23 40 -
CMYK 0 0.75 0.56 0.64
HSL 345º 0.6% 0.22% -
HSV(B) 345º 0.75% 0.36% -
XYZ 5 2.99 2.32 -
YUV 45.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 91 23 40 0 0.75 0.56 0.64 345 0.6 0.22
Hex 5B 17 28 0 4B 38 40 159 3C 16
Octal 133 27 50 0 113 70 100 531 74 26
Binary 1011011 10111 101000 0 1001011 111000 1000000 101011001 111100 10110

Color Harmonies of #5B1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1728

Black with #5B1728

Text Example


Text Example

White with #5B1728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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