Html Css Color HEX #5A172C Pohutukawa

📋 copy color: '#5A172C'

red 90 ◦ green 23 ◦ blue 44

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

Shades of Pohutukawa #5A172C

Tints of Pohutukawa #5A172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.03%

R = 57.32%
G = 14.65%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#5A172C (or 0x5A172C) is known color: Pohutukawa. HEX triplet: 5A, 17 and 2C. RGB value is (90,23,44). Sum of RGB (Red+Green+Blue) = 90+23+44=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A172C is #A5E8D3. Grayscale: #2D2D2D. Windows color (decimal): -10873044 or 2889562. OLE color: 2889562.

HSL color Cylindrical-coordinate representation of color #5A172C: hue angle of 341.19º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A172C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 23 44 -
CMYK 0 0.74 0.51 0.65
HSL 341.19º 0.59% 0.22% -
HSV(B) 341.19º 0.74% 0.35% -
XYZ 4.98 2.97 2.69 -
YUV 45.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 90 23 44 0 0.74 0.51 0.65 341.19 0.59 0.22
Hex 5A 17 2C 0 4A 33 41 155 3B 16
Octal 132 27 54 0 112 63 101 525 73 26
Binary 1011010 10111 101100 0 1001010 110011 1000001 101010101 111011 10110

Color Harmonies of #5A172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A172C

Black with #5A172C

Text Example


Text Example

White with #5A172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,23,44); }

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

background-color css

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

 a { background-color: rgb(90,23,44); }

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

border-color css

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

 span { border-color: rgb(90,23,44); }

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