Html Css Color HEX #58293D Black Rose

📋 copy color: '#58293D'

red 88 ◦ green 41 ◦ blue 61

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

Shades of Black Rose #58293D

Tints of Black Rose #58293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.11%

R = 46.32%
G = 21.58%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58293D (or 0x58293D) is known color: Black Rose. HEX triplet: 58, 29 and 3D. RGB value is (88,41,61). Sum of RGB (Red+Green+Blue) = 88+41+61=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #58293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58293D is #A7D6C2. Grayscale: #393939. Windows color (decimal): -10999491 or 4008280. OLE color: 4008280.

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

Color convert

RGB 88 41 61 -
CMYK 0 0.53 0.31 0.65
HSL 334.47º 0.36% 0.25% -
HSV(B) 334.47º 0.53% 0.35% -
XYZ 5.66 4 4.89 -
YUV 57.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 88 41 61 0 0.53 0.31 0.65 334.47 0.36 0.25
Hex 58 29 3D 0 35 1F 41 14E 24 19
Octal 130 51 75 0 65 37 101 516 44 31
Binary 1011000 101001 111101 0 110101 11111 1000001 101001110 100100 11001

Color Harmonies of #58293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58293D

Black with #58293D

Text Example


Text Example

White with #58293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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