Html Css Color HEX #5A172B Pohutukawa

📋 copy color: '#5A172B'

red 90 ◦ green 23 ◦ blue 43

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

Shades of Pohutukawa #5A172B

Tints of Pohutukawa #5A172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.56%

R = 57.69%
G = 14.74%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A172B (or 0x5A172B) is known color: Pohutukawa. HEX triplet: 5A, 17 and 2B. RGB value is (90,23,43). Sum of RGB (Red+Green+Blue) = 90+23+43=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A172B is #A5E8D4. Grayscale: #2D2D2D. Windows color (decimal): -10873045 or 2824026. OLE color: 2824026.

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

Color convert

RGB 90 23 43 -
CMYK 0 0.74 0.52 0.65
HSL 342.09º 0.59% 0.22% -
HSV(B) 342.09º 0.74% 0.35% -
XYZ 4.96 2.96 2.6 -
YUV 45.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 90 23 43 0 0.74 0.52 0.65 342.09 0.59 0.22
Hex 5A 17 2B 0 4A 34 41 156 3B 16
Octal 132 27 53 0 112 64 101 526 73 26
Binary 1011010 10111 101011 0 1001010 110100 1000001 101010110 111011 10110

Color Harmonies of #5A172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A172B

Black with #5A172B

Text Example


Text Example

White with #5A172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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