#521C2E

Color #521C2E Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #521C2E

Tints of Black Rose #521C2E

Color information

#521C2E (or 0x521C2E) is unknown color: approx Black Rose. HEX triplet: 52, 1C and 2E. RGB value is (82,28,46). Sum of RGB (Red+Green+Blue) = 82+28+46=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #521C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C2E is #ADE3D1. Grayscale: #2E2E2E. Windows color (decimal): -11396050 or 3021906. OLE color: 3021906.

HSL color Cylindrical-coordinate representation of color #521C2E: hue angle of 340º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C2E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB822846-
CMYK00.660.440.68
HSL340º49.09%21.57%-
HSV(B)340º65.85%32.16%-
XYZ4.392.822.9-
YUV46.2127.89153.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 28 (11.33% from 255) = 17.95%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=52.56%
G=17.95%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82284600.660.440.6834049.0921.57
Hex521C2E0422C441543116
Octal12234560102541045246126
Binary10100101110010111001000010101100100010010101010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521C2E; }

 p { color: rgb(82,28,46); }

 H1.HeaderClassName
 {
   color: #521C2E;
 }
 .AnyTagClassName
 {
   color: #521C2E;
 }
</style>
background-color css

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

 a { background-color: rgb(82,28,46); }

 div.DivClassName
 {
   background-color: #521C2E;
 }
 .BgClassName
 {
   background-color: #521C2E;
 }
</style>
border-color css

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

 span { border-color: rgb(82,28,46); }

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