Html Css Color HEX #5D1526 Pohutukawa

📋 copy color: '#5D1526'

red 93 ◦ green 21 ◦ blue 38

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

Shades of Pohutukawa #5D1526

Tints of Pohutukawa #5D1526

RGB

 RED value IS 93 (36.72% from 255) = 61.18%

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

 BLUE value IS 38 (15.23% from 255) = 25%

R = 61.18%
G = 13.82%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#5D1526 (or 0x5D1526) is known color: Pohutukawa. HEX triplet: 5D, 15 and 26. RGB value is (93,21,38). Sum of RGB (Red+Green+Blue) = 93+21+38=152 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.18% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1526 is #A2EAD9. Grayscale: #2C2C2C. Windows color (decimal): -10676954 or 2495837. OLE color: 2495837.

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

Color convert

RGB 93 21 38 -
CMYK 0 0.77 0.59 0.64
HSL 345.83º 0.63% 0.22% -
HSV(B) 345.83º 0.77% 0.36% -
XYZ 5.13 3 2.14 -
YUV 44.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 93 21 38 0 0.77 0.59 0.64 345.83 0.63 0.22
Hex 5D 15 26 0 4D 3B 40 15A 3F 16
Octal 135 25 46 0 115 73 100 532 77 26
Binary 1011101 10101 100110 0 1001101 111011 1000000 101011010 111111 10110

Color Harmonies of #5D1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1526

Black with #5D1526

Text Example


Text Example

White with #5D1526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,21,38); }

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

background-color css

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

 a { background-color: rgb(93,21,38); }

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

border-color css

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

 span { border-color: rgb(93,21,38); }

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