Html Css Color HEX #521C2D Black Rose

📋 copy color: '#521C2D'

red 82 ◦ green 28 ◦ blue 45

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

Shades of Black Rose #521C2D

Tints of Black Rose #521C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.06%

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 52.9%
G = 18.06%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#521C2D (or 0x521C2D) is known color: Black Rose. HEX triplet: 52, 1C and 2D. RGB value is (82,28,45). Sum of RGB (Red+Green+Blue) = 82+28+45=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #521C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C2D is #ADE3D2. Grayscale: #2E2E2E. Windows color (decimal): -11396051 or 2956370. OLE color: 2956370.

HSL color Cylindrical-coordinate representation of color #521C2D: hue angle of 341.11º 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 #521C2D is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 28 45 -
CMYK 0 0.66 0.45 0.68
HSL 341.11º 0.49% 0.22% -
HSV(B) 341.11º 0.66% 0.32% -
XYZ 4.37 2.81 2.8 -
YUV 46.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 82 28 45 0 0.66 0.45 0.68 341.11 0.49 0.22
Hex 52 1C 2D 0 42 2D 44 155 31 16
Octal 122 34 55 0 102 55 104 525 61 26
Binary 1010010 11100 101101 0 1000010 101101 1000100 101010101 110001 10110

Color Harmonies of #521C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C2D

Black with #521C2D

Text Example


Text Example

White with #521C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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