Html Css Color HEX #581932 Black Rose

📋 copy color: '#581932'

red 88 ◦ green 25 ◦ blue 50

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

Shades of Black Rose #581932

Tints of Black Rose #581932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

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

R = 53.99%
G = 15.34%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#581932 (or 0x581932) is known color: Black Rose. HEX triplet: 58, 19 and 32. RGB value is (88,25,50). Sum of RGB (Red+Green+Blue) = 88+25+50=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #581932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581932 is #A7E6CD. Grayscale: #2E2E2E. Windows color (decimal): -11003598 or 3283288. OLE color: 3283288.

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

Color convert

RGB 88 25 50 -
CMYK 0 0.72 0.43 0.65
HSL 336.19º 0.56% 0.22% -
HSV(B) 336.19º 0.72% 0.35% -
XYZ 4.95 3 3.34 -
YUV 46.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 88 25 50 0 0.72 0.43 0.65 336.19 0.56 0.22
Hex 58 19 32 0 48 2B 41 150 38 16
Octal 130 31 62 0 110 53 101 520 70 26
Binary 1011000 11001 110010 0 1001000 101011 1000001 101010000 111000 10110

Color Harmonies of #581932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581932

Black with #581932

Text Example


Text Example

White with #581932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581932; }

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

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

background-color css

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

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

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

border-color css

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

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

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