Html Css Color HEX #582530 Black Rose

📋 copy color: '#582530'

red 88 ◦ green 37 ◦ blue 48

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

Shades of Black Rose #582530

Tints of Black Rose #582530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

 BLUE value IS 48 (19.14% from 255) = 27.75%

R = 50.87%
G = 21.39%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#582530 (or 0x582530) is known color: Black Rose. HEX triplet: 58, 25 and 30. RGB value is (88,37,48). Sum of RGB (Red+Green+Blue) = 88+37+48=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #582530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582530 is #A7DACF. Grayscale: #353535. Windows color (decimal): -11000528 or 3155288. OLE color: 3155288.

HSL color Cylindrical-coordinate representation of color #582530: hue angle of 347.06º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582530 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 37 48 -
CMYK 0 0.58 0.45 0.65
HSL 347.06º 0.41% 0.25% -
HSV(B) 347.06º 0.58% 0.35% -
XYZ 5.22 3.61 3.22 -
YUV 53.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 88 37 48 0 0.58 0.45 0.65 347.06 0.41 0.25
Hex 58 25 30 0 3A 2D 41 15B 29 19
Octal 130 45 60 0 72 55 101 533 51 31
Binary 1011000 100101 110000 0 111010 101101 1000001 101011011 101001 11001

Color Harmonies of #582530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582530

Black with #582530

Text Example


Text Example

White with #582530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582530; }

 p { color: rgb(88,37,48); }

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

background-color css

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

 a { background-color: rgb(88,37,48); }

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

border-color css

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

 span { border-color: rgb(88,37,48); }

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