Html Css Color HEX #521C0D Caput Mortuum

📋 copy color: '#521C0D'

red 82 ◦ green 28 ◦ blue 13

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

Shades of Caput Mortuum #521C0D

Tints of Caput Mortuum #521C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 66.67%
G = 22.76%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#521C0D (or 0x521C0D) is known color: Caput Mortuum. HEX triplet: 52, 1C and 0D. RGB value is (82,28,13). Sum of RGB (Red+Green+Blue) = 82+28+13=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521C0D is #ADE3F2. Grayscale: #2A2A2A. Windows color (decimal): -11396083 or 859218. OLE color: 859218.

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

Color convert

RGB 82 28 13 -
CMYK 0 0.66 0.84 0.68
HSL 13.04º 0.73% 0.19% -
HSV(B) 13.04º 0.84% 0.32% -
XYZ 3.97 2.65 0.68 -
YUV 42.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 82 28 13 0 0.66 0.84 0.68 13.04 0.73 0.19
Hex 52 1C D 0 42 54 44 D 49 13
Octal 122 34 15 0 102 124 104 15 111 23
Binary 1010010 11100 1101 0 1000010 1010100 1000100 1101 1001001 10011

Color Harmonies of #521C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C0D

Black with #521C0D

Text Example


Text Example

White with #521C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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