Html Css Color HEX #582834 Black Rose

📋 copy color: '#582834'

red 88 ◦ green 40 ◦ blue 52

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

Shades of Black Rose #582834

Tints of Black Rose #582834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

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

R = 48.89%
G = 22.22%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#582834 (or 0x582834) is known color: Black Rose. HEX triplet: 58, 28 and 34. RGB value is (88,40,52). Sum of RGB (Red+Green+Blue) = 88+40+52=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #582834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582834 is #A7D7CB. Grayscale: #373737. Windows color (decimal): -10999756 or 3418200. OLE color: 3418200.

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

Color convert

RGB 88 40 52 -
CMYK 0 0.55 0.41 0.65
HSL 345º 0.38% 0.25% -
HSV(B) 345º 0.55% 0.35% -
XYZ 5.4 3.84 3.71 -
YUV 55.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 88 40 52 0 0.55 0.41 0.65 345 0.38 0.25
Hex 58 28 34 0 37 29 41 159 26 19
Octal 130 50 64 0 67 51 101 531 46 31
Binary 1011000 101000 110100 0 110111 101001 1000001 101011001 100110 11001

Color Harmonies of #582834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582834

Black with #582834

Text Example


Text Example

White with #582834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582834; }

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

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

background-color css

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

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

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

border-color css

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

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

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