Html Css Color HEX #5A172A Pohutukawa

📋 copy color: '#5A172A'

red 90 ◦ green 23 ◦ blue 42

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

Shades of Pohutukawa #5A172A

Tints of Pohutukawa #5A172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 58.06%
G = 14.84%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A172A (or 0x5A172A) is known color: Pohutukawa. HEX triplet: 5A, 17 and 2A. RGB value is (90,23,42). Sum of RGB (Red+Green+Blue) = 90+23+42=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A172A is #A5E8D5. Grayscale: #2D2D2D. Windows color (decimal): -10873046 or 2758490. OLE color: 2758490.

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

Color convert

RGB 90 23 42 -
CMYK 0 0.74 0.53 0.65
HSL 342.99º 0.59% 0.22% -
HSV(B) 342.99º 0.74% 0.35% -
XYZ 4.94 2.95 2.5 -
YUV 45.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 90 23 42 0 0.74 0.53 0.65 342.99 0.59 0.22
Hex 5A 17 2A 0 4A 35 41 157 3B 16
Octal 132 27 52 0 112 65 101 527 73 26
Binary 1011010 10111 101010 0 1001010 110101 1000001 101010111 111011 10110

Color Harmonies of #5A172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A172A

Black with #5A172A

Text Example


Text Example

White with #5A172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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