Html Css Color HEX #582B3C Black Rose

📋 copy color: '#582B3C'

red 88 ◦ green 43 ◦ blue 60

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

Shades of Black Rose #582B3C

Tints of Black Rose #582B3C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.51%

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

R = 46.07%
G = 22.51%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#582B3C (or 0x582B3C) is known color: Black Rose. HEX triplet: 58, 2B and 3C. RGB value is (88,43,60). Sum of RGB (Red+Green+Blue) = 88+43+60=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #582B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B3C is #A7D4C3. Grayscale: #3A3A3A. Windows color (decimal): -10998980 or 3943256. OLE color: 3943256.

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

Color convert

RGB 88 43 60 -
CMYK 0 0.51 0.32 0.65
HSL 337.33º 0.34% 0.26% -
HSV(B) 337.33º 0.51% 0.35% -
XYZ 5.7 4.13 4.77 -
YUV 58.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 88 43 60 0 0.51 0.32 0.65 337.33 0.34 0.26
Hex 58 2B 3C 0 33 20 41 151 22 1A
Octal 130 53 74 0 63 40 101 521 42 32
Binary 1011000 101011 111100 0 110011 100000 1000001 101010001 100010 11010

Color Harmonies of #582B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B3C

Black with #582B3C

Text Example


Text Example

White with #582B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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