Html Css Color HEX #522030 Black Rose

📋 copy color: '#522030'

red 82 ◦ green 32 ◦ blue 48

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

Shades of Black Rose #522030

Tints of Black Rose #522030

RGB

 RED value IS 82 (32.42% from 255) = 50.62%

 GREEN value IS 32 (12.89% from 255) = 19.75%

 BLUE value IS 48 (19.14% from 255) = 29.63%

R = 50.62%
G = 19.75%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#522030 (or 0x522030) is known color: Black Rose. HEX triplet: 52, 20 and 30. RGB value is (82,32,48). Sum of RGB (Red+Green+Blue) = 82+32+48=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #522030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522030 is #ADDFCF. Grayscale: #303030. Windows color (decimal): -11395024 or 3154002. OLE color: 3154002.

HSL color Cylindrical-coordinate representation of color #522030: hue angle of 340.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522030 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 48 -
CMYK 0 0.61 0.41 0.68
HSL 340.8º 0.44% 0.22% -
HSV(B) 340.8º 0.61% 0.32% -
XYZ 4.53 3.04 3.14 -
YUV 48.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 82 32 48 0 0.61 0.41 0.68 340.8 0.44 0.22
Hex 52 20 30 0 3D 29 44 155 2C 16
Octal 122 40 60 0 75 51 104 525 54 26
Binary 1010010 100000 110000 0 111101 101001 1000100 101010101 101100 10110

Color Harmonies of #522030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522030

Black with #522030

Text Example


Text Example

White with #522030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522030; }

 p { color: rgb(82,32,48); }

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

background-color css

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

 a { background-color: rgb(82,32,48); }

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

border-color css

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

 span { border-color: rgb(82,32,48); }

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