Html Css Color HEX #582A3D Black Rose

📋 copy color: '#582A3D'

red 88 ◦ green 42 ◦ blue 61

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

Shades of Black Rose #582A3D

Tints of Black Rose #582A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.94%

R = 46.07%
G = 21.99%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#582A3D (or 0x582A3D) is known color: Black Rose. HEX triplet: 58, 2A and 3D. RGB value is (88,42,61). Sum of RGB (Red+Green+Blue) = 88+42+61=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #582A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A3D is #A7D5C2. Grayscale: #393939. Windows color (decimal): -10999235 or 4008536. OLE color: 4008536.

HSL color Cylindrical-coordinate representation of color #582A3D: hue angle of 335.22º 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 #582A3D is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 42 61 -
CMYK 0 0.52 0.31 0.65
HSL 335.22º 0.35% 0.25% -
HSV(B) 335.22º 0.52% 0.35% -
XYZ 5.69 4.07 4.9 -
YUV 57.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 88 42 61 0 0.52 0.31 0.65 335.22 0.35 0.25
Hex 58 2A 3D 0 34 1F 41 14F 23 19
Octal 130 52 75 0 64 37 101 517 43 31
Binary 1011000 101010 111101 0 110100 11111 1000001 101001111 100011 11001

Color Harmonies of #582A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A3D

Black with #582A3D

Text Example


Text Example

White with #582A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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