#581934

Color #581934 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #581934

Tints of Black Rose #581934

Color information

#581934 (or 0x581934) is unknown color: approx Black Rose. HEX triplet: 58, 19 and 34. RGB value is (88,25,52). Sum of RGB (Red+Green+Blue) = 88+25+52=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #581934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581934 is #A7E6CB. Grayscale: #2E2E2E. Windows color (decimal): -11003596 or 3414360. OLE color: 3414360.

HSL color Cylindrical-coordinate representation of color #581934: hue angle of 334.29º 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 #581934 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB882552-
CMYK00.720.410.65
HSL334.29º55.75%22.16%-
HSV(B)334.29º71.59%34.51%-
XYZ4.993.023.57-
YUV46.91130.87157.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=53.33%
G=15.15%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88255200.720.410.65334.2955.7522.16
Hex581934048294114e3816
Octal13031640110511015167026
Binary10110001100111010001001000101001100000110100111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581934; }

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

 H1.HeaderClassName
 {
   color: #581934;
 }
 .AnyTagClassName
 {
   color: #581934;
 }
</style>
background-color css

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

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

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

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

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

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