Html Css Color HEX #582938 Black Rose

📋 copy color: '#582938'

red 88 ◦ green 41 ◦ blue 56

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

Shades of Black Rose #582938

Tints of Black Rose #582938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 30.27%

R = 47.57%
G = 22.16%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#582938 (or 0x582938) is known color: Black Rose. HEX triplet: 58, 29 and 38. RGB value is (88,41,56). Sum of RGB (Red+Green+Blue) = 88+41+56=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #582938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582938 is #A7D6C7. Grayscale: #383838. Windows color (decimal): -10999496 or 3680600. OLE color: 3680600.

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

Color convert

RGB 88 41 56 -
CMYK 0 0.53 0.36 0.65
HSL 340.85º 0.36% 0.25% -
HSV(B) 340.85º 0.53% 0.35% -
XYZ 5.53 3.95 4.21 -
YUV 56.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 88 41 56 0 0.53 0.36 0.65 340.85 0.36 0.25
Hex 58 29 38 0 35 24 41 155 24 19
Octal 130 51 70 0 65 44 101 525 44 31
Binary 1011000 101001 111000 0 110101 100100 1000001 101010101 100100 11001

Color Harmonies of #582938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582938

Black with #582938

Text Example


Text Example

White with #582938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582938; }

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

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

background-color css

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

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

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

border-color css

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

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

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