Html Css Color HEX #58172F Black Rose

📋 copy color: '#58172F'

red 88 ◦ green 23 ◦ blue 47

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

Shades of Black Rose #58172F

Tints of Black Rose #58172F

RGB

 RED value IS 88 (34.77% from 255) = 55.7%

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

 BLUE value IS 47 (18.75% from 255) = 29.75%

R = 55.7%
G = 14.56%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58172F (or 0x58172F) is known color: Black Rose. HEX triplet: 58, 17 and 2F. RGB value is (88,23,47). Sum of RGB (Red+Green+Blue) = 88+23+47=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #58172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58172F is #A7E8D0. Grayscale: #2D2D2D. Windows color (decimal): -11004113 or 3086168. OLE color: 3086168.

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

Color convert

RGB 88 23 47 -
CMYK 0 0.74 0.47 0.65
HSL 337.85º 0.59% 0.22% -
HSV(B) 337.85º 0.74% 0.35% -
XYZ 4.84 2.89 2.99 -
YUV 45.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 88 23 47 0 0.74 0.47 0.65 337.85 0.59 0.22
Hex 58 17 2F 0 4A 2F 41 152 3B 16
Octal 130 27 57 0 112 57 101 522 73 26
Binary 1011000 10111 101111 0 1001010 101111 1000001 101010010 111011 10110

Color Harmonies of #58172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58172F

Black with #58172F

Text Example


Text Example

White with #58172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58172F; }

 p { color: rgb(88,23,47); }

 H1.HeaderClassName
 {
   color: #58172F;
 }
 .AnyTagClassName
 {
   color: #58172F;
 }
</style>

background-color css

<style>
 a { background-color: #58172F; }

 a { background-color: rgb(88,23,47); }

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

border-color css

<style>
 span { border-color: #58172F; }

 span { border-color: rgb(88,23,47); }

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