Html Css Color HEX #58273A Black Rose

📋 copy color: '#58273A'

red 88 ◦ green 39 ◦ blue 58

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

Shades of Black Rose #58273A

Tints of Black Rose #58273A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 47.57%
G = 21.08%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58273A (or 0x58273A) is known color: Black Rose. HEX triplet: 58, 27 and 3A. RGB value is (88,39,58). Sum of RGB (Red+Green+Blue) = 88+39+58=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58273A is #A7D8C5. Grayscale: #373737. Windows color (decimal): -11000006 or 3811160. OLE color: 3811160.

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

Color convert

RGB 88 39 58 -
CMYK 0 0.56 0.34 0.65
HSL 336.73º 0.39% 0.25% -
HSV(B) 336.73º 0.56% 0.35% -
XYZ 5.51 3.83 4.45 -
YUV 55.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 88 39 58 0 0.56 0.34 0.65 336.73 0.39 0.25
Hex 58 27 3A 0 38 22 41 151 27 19
Octal 130 47 72 0 70 42 101 521 47 31
Binary 1011000 100111 111010 0 111000 100010 1000001 101010001 100111 11001

Color Harmonies of #58273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58273A

Black with #58273A

Text Example


Text Example

White with #58273A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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