Html Css Color HEX #522230 Black Rose

📋 copy color: '#522230'

red 82 ◦ green 34 ◦ blue 48

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

Shades of Black Rose #522230

Tints of Black Rose #522230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.73%

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

R = 50%
G = 20.73%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#522230 (or 0x522230) is known color: Black Rose. HEX triplet: 52, 22 and 30. RGB value is (82,34,48). Sum of RGB (Red+Green+Blue) = 82+34+48=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #522230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522230 is #ADDDCF. Grayscale: #313131. Windows color (decimal): -11394512 or 3154514. OLE color: 3154514.

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

Color convert

RGB 82 34 48 -
CMYK 0 0.59 0.41 0.68
HSL 342.5º 0.41% 0.23% -
HSV(B) 342.5º 0.59% 0.32% -
XYZ 4.59 3.15 3.16 -
YUV 49.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 82 34 48 0 0.59 0.41 0.68 342.5 0.41 0.23
Hex 52 22 30 0 3B 29 44 156 29 17
Octal 122 42 60 0 73 51 104 526 51 27
Binary 1010010 100010 110000 0 111011 101001 1000100 101010110 101001 10111

Color Harmonies of #522230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522230

Black with #522230

Text Example


Text Example

White with #522230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522230; }

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

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

background-color css

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

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

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

border-color css

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

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

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