Html Css Color HEX #58293E Black Rose

📋 copy color: '#58293E'

red 88 ◦ green 41 ◦ blue 62

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

Shades of Black Rose #58293E

Tints of Black Rose #58293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.46%

R = 46.07%
G = 21.47%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#58293E (or 0x58293E) is known color: Black Rose. HEX triplet: 58, 29 and 3E. RGB value is (88,41,62). Sum of RGB (Red+Green+Blue) = 88+41+62=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #58293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58293E is #A7D6C1. Grayscale: #393939. Windows color (decimal): -10999490 or 4073816. OLE color: 4073816.

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

Color convert

RGB 88 41 62 -
CMYK 0 0.53 0.30 0.65
HSL 333.19º 0.36% 0.25% -
HSV(B) 333.19º 0.53% 0.35% -
XYZ 5.69 4.01 5.03 -
YUV 57.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 88 41 62 0 0.53 0.30 0.65 333.19 0.36 0.25
Hex 58 29 3E 0 35 1E 41 14D 24 19
Octal 130 51 76 0 65 36 101 515 44 31
Binary 1011000 101001 111110 0 110101 11110 1000001 101001101 100100 11001

Color Harmonies of #58293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58293E

Black with #58293E

Text Example


Text Example

White with #58293E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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