Html Css Color HEX #5A111C Pohutukawa

📋 copy color: '#5A111C'

red 90 ◦ green 17 ◦ blue 28

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

Shades of Pohutukawa #5A111C

Tints of Pohutukawa #5A111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.74%

R = 66.67%
G = 12.59%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A111C (or 0x5A111C) is known color: Pohutukawa. HEX triplet: 5A, 11 and 1C. RGB value is (90,17,28). Sum of RGB (Red+Green+Blue) = 90+17+28=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A111C is #A5EEE3. Grayscale: #282828. Windows color (decimal): -10874596 or 1839450. OLE color: 1839450.

HSL color Cylindrical-coordinate representation of color #5A111C: hue angle of 350.96º 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 #5A111C is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 17 28 -
CMYK 0 0.81 0.69 0.65
HSL 350.96º 0.68% 0.21% -
HSV(B) 350.96º 0.81% 0.35% -
XYZ 4.63 2.66 1.37 -
YUV 40.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 90 17 28 0 0.81 0.69 0.65 350.96 0.68 0.21
Hex 5A 11 1C 0 51 45 41 15F 44 15
Octal 132 21 34 0 121 105 101 537 104 25
Binary 1011010 10001 11100 0 1010001 1000101 1000001 101011111 1000100 10101

Color Harmonies of #5A111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A111C

Black with #5A111C

Text Example


Text Example

White with #5A111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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