Html Css Color HEX #58283A Black Rose

📋 copy color: '#58283A'

red 88 ◦ green 40 ◦ blue 58

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

Shades of Black Rose #58283A

Tints of Black Rose #58283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.51%

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

R = 47.31%
G = 21.51%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58283A (or 0x58283A) is known color: Black Rose. HEX triplet: 58, 28 and 3A. RGB value is (88,40,58). Sum of RGB (Red+Green+Blue) = 88+40+58=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58283A is #A7D7C5. Grayscale: #383838. Windows color (decimal): -10999750 or 3811416. OLE color: 3811416.

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

Color convert

RGB 88 40 58 -
CMYK 0 0.55 0.34 0.65
HSL 337.5º 0.38% 0.25% -
HSV(B) 337.5º 0.55% 0.35% -
XYZ 5.55 3.9 4.46 -
YUV 56.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 88 40 58 0 0.55 0.34 0.65 337.5 0.38 0.25
Hex 58 28 3A 0 37 22 41 152 26 19
Octal 130 50 72 0 67 42 101 522 46 31
Binary 1011000 101000 111010 0 110111 100010 1000001 101010010 100110 11001

Color Harmonies of #58283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58283A

Black with #58283A

Text Example


Text Example

White with #58283A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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