Html Css Color HEX #58293A Black Rose

📋 copy color: '#58293A'

red 88 ◦ green 41 ◦ blue 58

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

Shades of Black Rose #58293A

Tints of Black Rose #58293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.93%

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

R = 47.06%
G = 21.93%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58293A (or 0x58293A) is known color: Black Rose. HEX triplet: 58, 29 and 3A. RGB value is (88,41,58). Sum of RGB (Red+Green+Blue) = 88+41+58=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58293A is #A7D6C5. Grayscale: #383838. Windows color (decimal): -10999494 or 3811672. OLE color: 3811672.

HSL color Cylindrical-coordinate representation of color #58293A: hue angle of 338.3º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58293A is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 41 58 -
CMYK 0 0.53 0.34 0.65
HSL 338.3º 0.36% 0.25% -
HSV(B) 338.3º 0.53% 0.35% -
XYZ 5.58 3.97 4.47 -
YUV 56.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 88 41 58 0 0.53 0.34 0.65 338.3 0.36 0.25
Hex 58 29 3A 0 35 22 41 152 24 19
Octal 130 51 72 0 65 42 101 522 44 31
Binary 1011000 101001 111010 0 110101 100010 1000001 101010010 100100 11001

Color Harmonies of #58293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58293A

Black with #58293A

Text Example


Text Example

White with #58293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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