Html Css Color HEX #5A111D Pohutukawa

📋 copy color: '#5A111D'

red 90 ◦ green 17 ◦ blue 29

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

Shades of Pohutukawa #5A111D

Tints of Pohutukawa #5A111D

RGB

 RED value IS 90 (35.55% from 255) = 66.18%

 GREEN value IS 17 (7.03% from 255) = 12.5%

 BLUE value IS 29 (11.72% from 255) = 21.32%

R = 66.18%
G = 12.5%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#5A111D (or 0x5A111D) is known color: Pohutukawa. HEX triplet: 5A, 11 and 1D. RGB value is (90,17,29). Sum of RGB (Red+Green+Blue) = 90+17+29=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A111D is #A5EEE2. Grayscale: #282828. Windows color (decimal): -10874595 or 1904986. OLE color: 1904986.

HSL color Cylindrical-coordinate representation of color #5A111D: hue angle of 350.14º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A111D is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 17 29 -
CMYK 0 0.81 0.68 0.65
HSL 350.14º 0.68% 0.21% -
HSV(B) 350.14º 0.81% 0.35% -
XYZ 4.64 2.66 1.43 -
YUV 40.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 90 17 29 0 0.81 0.68 0.65 350.14 0.68 0.21
Hex 5A 11 1D 0 51 44 41 15E 44 15
Octal 132 21 35 0 121 104 101 536 104 25
Binary 1011010 10001 11101 0 1010001 1000100 1000001 101011110 1000100 10101

Color Harmonies of #5A111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A111D

Black with #5A111D

Text Example


Text Example

White with #5A111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,17,29); }

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

background-color css

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

 a { background-color: rgb(90,17,29); }

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

border-color css

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

 span { border-color: rgb(90,17,29); }

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