Html Css Color HEX #582535 Black Rose

📋 copy color: '#582535'

red 88 ◦ green 37 ◦ blue 53

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

Shades of Black Rose #582535

Tints of Black Rose #582535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.79%

 BLUE value IS 53 (21.09% from 255) = 29.78%

R = 49.44%
G = 20.79%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#582535 (or 0x582535) is known color: Black Rose. HEX triplet: 58, 25 and 35. RGB value is (88,37,53). Sum of RGB (Red+Green+Blue) = 88+37+53=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #582535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582535 is #A7DACA. Grayscale: #363636. Windows color (decimal): -11000523 or 3482968. OLE color: 3482968.

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

Color convert

RGB 88 37 53 -
CMYK 0 0.58 0.40 0.65
HSL 341.18º 0.41% 0.25% -
HSV(B) 341.18º 0.58% 0.35% -
XYZ 5.33 3.65 3.79 -
YUV 54.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 88 37 53 0 0.58 0.40 0.65 341.18 0.41 0.25
Hex 58 25 35 0 3A 28 41 155 29 19
Octal 130 45 65 0 72 50 101 525 51 31
Binary 1011000 100101 110101 0 111010 101000 1000001 101010101 101001 11001

Color Harmonies of #582535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582535

Black with #582535

Text Example


Text Example

White with #582535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582535; }

 p { color: rgb(88,37,53); }

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

background-color css

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

 a { background-color: rgb(88,37,53); }

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

border-color css

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

 span { border-color: rgb(88,37,53); }

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