Html Css Color HEX #522034 Black Rose

📋 copy color: '#522034'

red 82 ◦ green 32 ◦ blue 52

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

Shades of Black Rose #522034

Tints of Black Rose #522034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 49.4%
G = 19.28%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#522034 (or 0x522034) is known color: Black Rose. HEX triplet: 52, 20 and 34. RGB value is (82,32,52). Sum of RGB (Red+Green+Blue) = 82+32+52=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #522034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522034 is #ADDFCB. Grayscale: #313131. Windows color (decimal): -11395020 or 3416146. OLE color: 3416146.

HSL color Cylindrical-coordinate representation of color #522034: hue angle of 336º 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 #522034 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 52 -
CMYK 0 0.61 0.37 0.68
HSL 336º 0.44% 0.22% -
HSV(B) 336º 0.61% 0.32% -
XYZ 4.62 3.07 3.6 -
YUV 49.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 82 32 52 0 0.61 0.37 0.68 336 0.44 0.22
Hex 52 20 34 0 3D 25 44 150 2C 16
Octal 122 40 64 0 75 45 104 520 54 26
Binary 1010010 100000 110100 0 111101 100101 1000100 101010000 101100 10110

Color Harmonies of #522034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522034

Black with #522034

Text Example


Text Example

White with #522034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522034; }

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

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

background-color css

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

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

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

border-color css

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

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

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