Html Css Color HEX #522033 Black Rose

📋 copy color: '#522033'

red 82 ◦ green 32 ◦ blue 51

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

Shades of Black Rose #522033

Tints of Black Rose #522033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.91%

R = 49.7%
G = 19.39%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#522033 (or 0x522033) is known color: Black Rose. HEX triplet: 52, 20 and 33. RGB value is (82,32,51). Sum of RGB (Red+Green+Blue) = 82+32+51=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #522033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522033 is #ADDFCC. Grayscale: #313131. Windows color (decimal): -11395021 or 3350610. OLE color: 3350610.

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

Color convert

RGB 82 32 51 -
CMYK 0 0.61 0.38 0.68
HSL 337.2º 0.44% 0.22% -
HSV(B) 337.2º 0.61% 0.32% -
XYZ 4.59 3.07 3.48 -
YUV 49.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 82 32 51 0 0.61 0.38 0.68 337.2 0.44 0.22
Hex 52 20 33 0 3D 26 44 151 2C 16
Octal 122 40 63 0 75 46 104 521 54 26
Binary 1010010 100000 110011 0 111101 100110 1000100 101010001 101100 10110

Color Harmonies of #522033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522033

Black with #522033

Text Example


Text Example

White with #522033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522033; }

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

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

background-color css

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

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

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

border-color css

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

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

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