Html Css Color HEX #52291E Caput Mortuum

📋 copy color: '#52291E'

red 82 ◦ green 41 ◦ blue 30

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

Shades of Caput Mortuum #52291E

Tints of Caput Mortuum #52291E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.8%

 BLUE value IS 30 (12.11% from 255) = 19.61%

R = 53.59%
G = 26.8%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52291E (or 0x52291E) is known color: Caput Mortuum. HEX triplet: 52, 29 and 1E. RGB value is (82,41,30). Sum of RGB (Red+Green+Blue) = 82+41+30=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #52291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52291E is #ADD6E1. Grayscale: #343434. Windows color (decimal): -11392738 or 1976658. OLE color: 1976658.

HSL color Cylindrical-coordinate representation of color #52291E: hue angle of 12.69º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52291E is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 30 -
CMYK 0 0.50 0.63 0.68
HSL 12.69º 0.46% 0.22% -
HSV(B) 12.69º 0.63% 0.32% -
XYZ 4.51 3.47 1.66 -
YUV 52.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 82 41 30 0 0.50 0.63 0.68 12.69 0.46 0.22
Hex 52 29 1E 0 32 3F 44 D 2E 16
Octal 122 51 36 0 62 77 104 15 56 26
Binary 1010010 101001 11110 0 110010 111111 1000100 1101 101110 10110

Color Harmonies of #52291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52291E

Black with #52291E

Text Example


Text Example

White with #52291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52291E; }

 p { color: rgb(82,41,30); }

 H1.HeaderClassName
 {
   color: #52291E;
 }
 .AnyTagClassName
 {
   color: #52291E;
 }
</style>

background-color css

<style>
 a { background-color: #52291E; }

 a { background-color: rgb(82,41,30); }

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

border-color css

<style>
 span { border-color: #52291E; }

 span { border-color: rgb(82,41,30); }

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