Html Css Color HEX #58273C Black Rose

📋 copy color: '#58273C'

red 88 ◦ green 39 ◦ blue 60

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

Shades of Black Rose #58273C

Tints of Black Rose #58273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 47.06%
G = 20.86%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58273C (or 0x58273C) is known color: Black Rose. HEX triplet: 58, 27 and 3C. RGB value is (88,39,60). Sum of RGB (Red+Green+Blue) = 88+39+60=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58273C is #A7D8C3. Grayscale: #383838. Windows color (decimal): -11000004 or 3942232. OLE color: 3942232.

HSL color Cylindrical-coordinate representation of color #58273C: hue angle of 334.29º 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 #58273C is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 39 60 -
CMYK 0 0.56 0.32 0.65
HSL 334.29º 0.39% 0.25% -
HSV(B) 334.29º 0.56% 0.35% -
XYZ 5.57 3.85 4.73 -
YUV 56.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 88 39 60 0 0.56 0.32 0.65 334.29 0.39 0.25
Hex 58 27 3C 0 38 20 41 14E 27 19
Octal 130 47 74 0 70 40 101 516 47 31
Binary 1011000 100111 111100 0 111000 100000 1000001 101001110 100111 11001

Color Harmonies of #58273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58273C

Black with #58273C

Text Example


Text Example

White with #58273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58273C; }

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

 H1.HeaderClassName
 {
   color: #58273C;
 }
 .AnyTagClassName
 {
   color: #58273C;
 }
</style>

background-color css

<style>
 a { background-color: #58273C; }

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

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

border-color css

<style>
 span { border-color: #58273C; }

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

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