Html Css Color HEX #5A172D Black Rose

📋 copy color: '#5A172D'

red 90 ◦ green 23 ◦ blue 45

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

Shades of Black Rose #5A172D

Tints of Black Rose #5A172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.48%

R = 56.96%
G = 14.56%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#5A172D (or 0x5A172D) is known color: Black Rose. HEX triplet: 5A, 17 and 2D. RGB value is (90,23,45). Sum of RGB (Red+Green+Blue) = 90+23+45=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A172D is #A5E8D2. Grayscale: #2D2D2D. Windows color (decimal): -10873043 or 2955098. OLE color: 2955098.

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

Color convert

RGB 90 23 45 -
CMYK 0 0.74 0.50 0.65
HSL 340.3º 0.59% 0.22% -
HSV(B) 340.3º 0.74% 0.35% -
XYZ 5 2.98 2.79 -
YUV 45.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 90 23 45 0 0.74 0.50 0.65 340.3 0.59 0.22
Hex 5A 17 2D 0 4A 32 41 154 3B 16
Octal 132 27 55 0 112 62 101 524 73 26
Binary 1011010 10111 101101 0 1001010 110010 1000001 101010100 111011 10110

Color Harmonies of #5A172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A172D

Black with #5A172D

Text Example


Text Example

White with #5A172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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