Html Css Color HEX #522730 Black Rose

📋 copy color: '#522730'

red 82 ◦ green 39 ◦ blue 48

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

Shades of Black Rose #522730

Tints of Black Rose #522730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.08%

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

R = 48.52%
G = 23.08%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#522730 (or 0x522730) is known color: Black Rose. HEX triplet: 52, 27 and 30. RGB value is (82,39,48). Sum of RGB (Red+Green+Blue) = 82+39+48=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #522730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522730 is #ADD8CF. Grayscale: #343434. Windows color (decimal): -11393232 or 3155794. OLE color: 3155794.

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

Color convert

RGB 82 39 48 -
CMYK 0 0.52 0.41 0.68
HSL 347.44º 0.36% 0.24% -
HSV(B) 347.44º 0.52% 0.32% -
XYZ 4.74 3.46 3.21 -
YUV 52.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 82 39 48 0 0.52 0.41 0.68 347.44 0.36 0.24
Hex 52 27 30 0 34 29 44 15B 24 18
Octal 122 47 60 0 64 51 104 533 44 30
Binary 1010010 100111 110000 0 110100 101001 1000100 101011011 100100 11000

Color Harmonies of #522730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522730

Black with #522730

Text Example


Text Example

White with #522730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522730; }

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

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

background-color css

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

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

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

border-color css

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

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

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