Html Css Color HEX #58272F Black Rose

📋 copy color: '#58272F'

red 88 ◦ green 39 ◦ blue 47

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

Shades of Black Rose #58272F

Tints of Black Rose #58272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 50.57%
G = 22.41%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58272F (or 0x58272F) is known color: Black Rose. HEX triplet: 58, 27 and 2F. RGB value is (88,39,47). Sum of RGB (Red+Green+Blue) = 88+39+47=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58272F is #A7D8D0. Grayscale: #363636. Windows color (decimal): -11000017 or 3090264. OLE color: 3090264.

HSL color Cylindrical-coordinate representation of color #58272F: hue angle of 350.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58272F is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 39 47 -
CMYK 0 0.56 0.47 0.65
HSL 350.2º 0.39% 0.25% -
HSV(B) 350.2º 0.56% 0.35% -
XYZ 5.26 3.73 3.13 -
YUV 54.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 88 39 47 0 0.56 0.47 0.65 350.2 0.39 0.25
Hex 58 27 2F 0 38 2F 41 15E 27 19
Octal 130 47 57 0 70 57 101 536 47 31
Binary 1011000 100111 101111 0 111000 101111 1000001 101011110 100111 11001

Color Harmonies of #58272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58272F

Black with #58272F

Text Example


Text Example

White with #58272F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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