Html Css Color HEX #582934 Black Rose

📋 copy color: '#582934'

red 88 ◦ green 41 ◦ blue 52

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

Shades of Black Rose #582934

Tints of Black Rose #582934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

 BLUE value IS 52 (20.7% from 255) = 28.73%

R = 48.62%
G = 22.65%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#582934 (or 0x582934) is known color: Black Rose. HEX triplet: 58, 29 and 34. RGB value is (88,41,52). Sum of RGB (Red+Green+Blue) = 88+41+52=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #582934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582934 is #A7D6CB. Grayscale: #383838. Windows color (decimal): -10999500 or 3418456. OLE color: 3418456.

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

Color convert

RGB 88 41 52 -
CMYK 0 0.53 0.41 0.65
HSL 345.96º 0.36% 0.25% -
HSV(B) 345.96º 0.53% 0.35% -
XYZ 5.44 3.91 3.72 -
YUV 56.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 88 41 52 0 0.53 0.41 0.65 345.96 0.36 0.25
Hex 58 29 34 0 35 29 41 15A 24 19
Octal 130 51 64 0 65 51 101 532 44 31
Binary 1011000 101001 110100 0 110101 101001 1000001 101011010 100100 11001

Color Harmonies of #582934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582934

Black with #582934

Text Example


Text Example

White with #582934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582934; }

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

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

background-color css

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

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

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

border-color css

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

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

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