Html Css Color HEX #58172E Black Rose

📋 copy color: '#58172E'

red 88 ◦ green 23 ◦ blue 46

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

Shades of Black Rose #58172E

Tints of Black Rose #58172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.3%

R = 56.05%
G = 14.65%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58172E (or 0x58172E) is known color: Black Rose. HEX triplet: 58, 17 and 2E. RGB value is (88,23,46). Sum of RGB (Red+Green+Blue) = 88+23+46=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58172E is #A7E8D1. Grayscale: #2D2D2D. Windows color (decimal): -11004114 or 3020632. OLE color: 3020632.

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

Color convert

RGB 88 23 46 -
CMYK 0 0.74 0.48 0.65
HSL 338.77º 0.59% 0.22% -
HSV(B) 338.77º 0.74% 0.35% -
XYZ 4.82 2.88 2.89 -
YUV 45.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 88 23 46 0 0.74 0.48 0.65 338.77 0.59 0.22
Hex 58 17 2E 0 4A 30 41 153 3B 16
Octal 130 27 56 0 112 60 101 523 73 26
Binary 1011000 10111 101110 0 1001010 110000 1000001 101010011 111011 10110

Color Harmonies of #58172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58172E

Black with #58172E

Text Example


Text Example

White with #58172E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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