Html Css Color HEX #522437 Black Rose

📋 copy color: '#522437'

red 82 ◦ green 36 ◦ blue 55

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

Shades of Black Rose #522437

Tints of Black Rose #522437

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

 BLUE value IS 55 (21.88% from 255) = 31.79%

R = 47.4%
G = 20.81%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#522437 (or 0x522437) is known color: Black Rose. HEX triplet: 52, 24 and 37. RGB value is (82,36,55). Sum of RGB (Red+Green+Blue) = 82+36+55=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #522437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522437 is #ADDBC8. Grayscale: #333333. Windows color (decimal): -11393993 or 3613778. OLE color: 3613778.

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

Color convert

RGB 82 36 55 -
CMYK 0 0.56 0.33 0.68
HSL 335.22º 0.39% 0.23% -
HSV(B) 335.22º 0.56% 0.32% -
XYZ 4.8 3.33 4 -
YUV 51.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 82 36 55 0 0.56 0.33 0.68 335.22 0.39 0.23
Hex 52 24 37 0 38 21 44 14F 27 17
Octal 122 44 67 0 70 41 104 517 47 27
Binary 1010010 100100 110111 0 111000 100001 1000100 101001111 100111 10111

Color Harmonies of #522437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522437

Black with #522437

Text Example


Text Example

White with #522437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522437; }

 p { color: rgb(82,36,55); }

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

background-color css

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

 a { background-color: rgb(82,36,55); }

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

border-color css

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

 span { border-color: rgb(82,36,55); }

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