Html Css Color HEX #53241D Caput Mortuum

📋 copy color: '#53241D'

red 83 ◦ green 36 ◦ blue 29

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

Shades of Caput Mortuum #53241D

Tints of Caput Mortuum #53241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.32%

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 56.08%
G = 24.32%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53241D (or 0x53241D) is known color: Caput Mortuum. HEX triplet: 53, 24 and 1D. RGB value is (83,36,29). Sum of RGB (Red+Green+Blue) = 83+36+29=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53241D is #ACDBE2. Grayscale: #313131. Windows color (decimal): -11328483 or 1909843. OLE color: 1909843.

HSL color Cylindrical-coordinate representation of color #53241D: hue angle of 7.78º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53241D is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 29 -
CMYK 0 0.57 0.65 0.67
HSL 7.78º 0.48% 0.22% -
HSV(B) 7.78º 0.65% 0.33% -
XYZ 4.42 3.19 1.55 -
YUV 49.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 83 36 29 0 0.57 0.65 0.67 7.78 0.48 0.22
Hex 53 24 1D 0 39 41 43 8 30 16
Octal 123 44 35 0 71 101 103 10 60 26
Binary 1010011 100100 11101 0 111001 1000001 1000011 1000 110000 10110

Color Harmonies of #53241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53241D

Black with #53241D

Text Example


Text Example

White with #53241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53241D; }

 p { color: rgb(83,36,29); }

 H1.HeaderClassName
 {
   color: #53241D;
 }
 .AnyTagClassName
 {
   color: #53241D;
 }
</style>

background-color css

<style>
 a { background-color: #53241D; }

 a { background-color: rgb(83,36,29); }

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

border-color css

<style>
 span { border-color: #53241D; }

 span { border-color: rgb(83,36,29); }

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