Html Css Color HEX #582232 Black Rose

📋 copy color: '#582232'

red 88 ◦ green 34 ◦ blue 50

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

Shades of Black Rose #582232

Tints of Black Rose #582232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.77%

 BLUE value IS 50 (19.92% from 255) = 29.07%

R = 51.16%
G = 19.77%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#582232 (or 0x582232) is known color: Black Rose. HEX triplet: 58, 22 and 32. RGB value is (88,34,50). Sum of RGB (Red+Green+Blue) = 88+34+50=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #582232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582232 is #A7DDCD. Grayscale: #333333. Windows color (decimal): -11001294 or 3285592. OLE color: 3285592.

HSL color Cylindrical-coordinate representation of color #582232: hue angle of 342.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #582232 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 34 50 -
CMYK 0 0.61 0.43 0.65
HSL 342.22º 0.44% 0.24% -
HSV(B) 342.22º 0.61% 0.35% -
XYZ 5.17 3.45 3.41 -
YUV 51.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 88 34 50 0 0.61 0.43 0.65 342.22 0.44 0.24
Hex 58 22 32 0 3D 2B 41 156 2C 18
Octal 130 42 62 0 75 53 101 526 54 30
Binary 1011000 100010 110010 0 111101 101011 1000001 101010110 101100 11000

Color Harmonies of #582232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582232

Black with #582232

Text Example


Text Example

White with #582232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582232; }

 p { color: rgb(88,34,50); }

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

background-color css

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

 a { background-color: rgb(88,34,50); }

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

border-color css

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

 span { border-color: rgb(88,34,50); }

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