Html Css Color HEX #522C3B Black Rose

📋 copy color: '#522C3B'

red 82 ◦ green 44 ◦ blue 59

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

Shades of Black Rose #522C3B

Tints of Black Rose #522C3B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.78%

 BLUE value IS 59 (23.44% from 255) = 31.89%

R = 44.32%
G = 23.78%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#522C3B (or 0x522C3B) is known color: Black Rose. HEX triplet: 52, 2C and 3B. RGB value is (82,44,59). Sum of RGB (Red+Green+Blue) = 82+44+59=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #522C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C3B is #ADD3C4. Grayscale: #393939. Windows color (decimal): -11391941 or 3877970. OLE color: 3877970.

HSL color Cylindrical-coordinate representation of color #522C3B: hue angle of 336.32º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #522C3B is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 44 59 -
CMYK 0 0.46 0.28 0.68
HSL 336.32º 0.3% 0.25% -
HSV(B) 336.32º 0.46% 0.32% -
XYZ 5.17 3.91 4.62 -
YUV 57.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 82 44 59 0 0.46 0.28 0.68 336.32 0.3 0.25
Hex 52 2C 3B 0 2E 1C 44 150 1E 19
Octal 122 54 73 0 56 34 104 520 36 31
Binary 1010010 101100 111011 0 101110 11100 1000100 101010000 11110 11001

Color Harmonies of #522C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C3B

Black with #522C3B

Text Example


Text Example

White with #522C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522C3B; }

 p { color: rgb(82,44,59); }

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

background-color css

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

 a { background-color: rgb(82,44,59); }

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

border-color css

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

 span { border-color: rgb(82,44,59); }

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