Html Css Color HEX #522334 Black Rose

📋 copy color: '#522334'

red 82 ◦ green 35 ◦ blue 52

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

Shades of Black Rose #522334

Tints of Black Rose #522334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.71%

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

R = 48.52%
G = 20.71%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#522334 (or 0x522334) is known color: Black Rose. HEX triplet: 52, 23 and 34. RGB value is (82,35,52). Sum of RGB (Red+Green+Blue) = 82+35+52=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #522334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522334 is #ADDCCB. Grayscale: #323232. Windows color (decimal): -11394252 or 3416914. OLE color: 3416914.

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

Color convert

RGB 82 35 52 -
CMYK 0 0.57 0.37 0.68
HSL 338.3º 0.4% 0.23% -
HSV(B) 338.3º 0.57% 0.32% -
XYZ 4.7 3.24 3.63 -
YUV 50.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 82 35 52 0 0.57 0.37 0.68 338.3 0.4 0.23
Hex 52 23 34 0 39 25 44 152 28 17
Octal 122 43 64 0 71 45 104 522 50 27
Binary 1010010 100011 110100 0 111001 100101 1000100 101010010 101000 10111

Color Harmonies of #522334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522334

Black with #522334

Text Example


Text Example

White with #522334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522334; }

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

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

background-color css

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

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

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

border-color css

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

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

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