Html Css Color HEX #582A3C Black Rose

📋 copy color: '#582A3C'

red 88 ◦ green 42 ◦ blue 60

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

Shades of Black Rose #582A3C

Tints of Black Rose #582A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.11%

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 46.32%
G = 22.11%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#582A3C (or 0x582A3C) is known color: Black Rose. HEX triplet: 58, 2A and 3C. RGB value is (88,42,60). Sum of RGB (Red+Green+Blue) = 88+42+60=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #582A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A3C is #A7D5C3. Grayscale: #393939. Windows color (decimal): -10999236 or 3943000. OLE color: 3943000.

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

Color convert

RGB 88 42 60 -
CMYK 0 0.52 0.32 0.65
HSL 336.52º 0.35% 0.25% -
HSV(B) 336.52º 0.52% 0.35% -
XYZ 5.67 4.06 4.76 -
YUV 57.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 88 42 60 0 0.52 0.32 0.65 336.52 0.35 0.25
Hex 58 2A 3C 0 34 20 41 151 23 19
Octal 130 52 74 0 64 40 101 521 43 31
Binary 1011000 101010 111100 0 110100 100000 1000001 101010001 100011 11001

Color Harmonies of #582A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A3C

Black with #582A3C

Text Example


Text Example

White with #582A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582A3C; }

 p { color: rgb(88,42,60); }

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

background-color css

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

 a { background-color: rgb(88,42,60); }

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

border-color css

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

 span { border-color: rgb(88,42,60); }

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