Html Css Color HEX #521D12 Caput Mortuum

📋 copy color: '#521D12'

red 82 ◦ green 29 ◦ blue 18

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

Shades of Caput Mortuum #521D12

Tints of Caput Mortuum #521D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.48%

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 63.57%
G = 22.48%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#521D12 (or 0x521D12) is known color: Caput Mortuum. HEX triplet: 52, 1D and 12. RGB value is (82,29,18). Sum of RGB (Red+Green+Blue) = 82+29+18=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #521D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D12 is #ADE2ED. Grayscale: #2B2B2B. Windows color (decimal): -11395822 or 1187154. OLE color: 1187154.

HSL color Cylindrical-coordinate representation of color #521D12: hue angle of 10.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521D12 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 29 18 -
CMYK 0 0.65 0.78 0.68
HSL 10.31º 0.64% 0.2% -
HSV(B) 10.31º 0.78% 0.32% -
XYZ 4.03 2.72 0.88 -
YUV 43.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 82 29 18 0 0.65 0.78 0.68 10.31 0.64 0.2
Hex 52 1D 12 0 41 4E 44 A 40 14
Octal 122 35 22 0 101 116 104 12 100 24
Binary 1010010 11101 10010 0 1000001 1001110 1000100 1010 1000000 10100

Color Harmonies of #521D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D12

Black with #521D12

Text Example


Text Example

White with #521D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,29,18); }

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

background-color css

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

 a { background-color: rgb(82,29,18); }

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

border-color css

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

 span { border-color: rgb(82,29,18); }

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