Html Css Color HEX #53291F Caput Mortuum

📋 copy color: '#53291F'

red 83 ◦ green 41 ◦ blue 31

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

Shades of Caput Mortuum #53291F

Tints of Caput Mortuum #53291F

RGB

 RED value IS 83 (32.81% from 255) = 53.55%

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

 BLUE value IS 31 (12.5% from 255) = 20%

R = 53.55%
G = 26.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53291F (or 0x53291F) is known color: Caput Mortuum. HEX triplet: 53, 29 and 1F. RGB value is (83,41,31). Sum of RGB (Red+Green+Blue) = 83+41+31=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #53291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53291F is #ACD6E0. Grayscale: #343434. Windows color (decimal): -11327201 or 2042195. OLE color: 2042195.

HSL color Cylindrical-coordinate representation of color #53291F: hue angle of 11.54º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53291F is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 41 31 -
CMYK 0 0.51 0.63 0.67
HSL 11.54º 0.46% 0.22% -
HSV(B) 11.54º 0.63% 0.33% -
XYZ 4.61 3.52 1.73 -
YUV 52.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 83 41 31 0 0.51 0.63 0.67 11.54 0.46 0.22
Hex 53 29 1F 0 33 3F 43 C 2E 16
Octal 123 51 37 0 63 77 103 14 56 26
Binary 1010011 101001 11111 0 110011 111111 1000011 1100 101110 10110

Color Harmonies of #53291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53291F

Black with #53291F

Text Example


Text Example

White with #53291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53291F; }

 p { color: rgb(83,41,31); }

 H1.HeaderClassName
 {
   color: #53291F;
 }
 .AnyTagClassName
 {
   color: #53291F;
 }
</style>

background-color css

<style>
 a { background-color: #53291F; }

 a { background-color: rgb(83,41,31); }

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

border-color css

<style>
 span { border-color: #53291F; }

 span { border-color: rgb(83,41,31); }

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