Html Css Color HEX #53241C Caput Mortuum

📋 copy color: '#53241C'

red 83 ◦ green 36 ◦ blue 28

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

Shades of Caput Mortuum #53241C

Tints of Caput Mortuum #53241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.05%

R = 56.46%
G = 24.49%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53241C (or 0x53241C) is known color: Caput Mortuum. HEX triplet: 53, 24 and 1C. RGB value is (83,36,28). Sum of RGB (Red+Green+Blue) = 83+36+28=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53241C is #ACDBE3. Grayscale: #313131. Windows color (decimal): -11328484 or 1844307. OLE color: 1844307.

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

Color convert

RGB 83 36 28 -
CMYK 0 0.57 0.66 0.67
HSL 8.73º 0.5% 0.22% -
HSV(B) 8.73º 0.66% 0.33% -
XYZ 4.41 3.18 1.48 -
YUV 49.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 83 36 28 0 0.57 0.66 0.67 8.73 0.5 0.22
Hex 53 24 1C 0 39 42 43 9 32 16
Octal 123 44 34 0 71 102 103 11 62 26
Binary 1010011 100100 11100 0 111001 1000010 1000011 1001 110010 10110

Color Harmonies of #53241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53241C

Black with #53241C

Text Example


Text Example

White with #53241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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