Html Css Color HEX #53251D Caput Mortuum

📋 copy color: '#53251D'

red 83 ◦ green 37 ◦ blue 29

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

Shades of Caput Mortuum #53251D

Tints of Caput Mortuum #53251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.83%

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

R = 55.7%
G = 24.83%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53251D (or 0x53251D) is known color: Caput Mortuum. HEX triplet: 53, 25 and 1D. RGB value is (83,37,29). Sum of RGB (Red+Green+Blue) = 83+37+29=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53251D is #ACDAE2. Grayscale: #313131. Windows color (decimal): -11328227 or 1910099. OLE color: 1910099.

HSL color Cylindrical-coordinate representation of color #53251D: hue angle of 8.89º 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 #53251D is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 29 -
CMYK 0 0.55 0.65 0.67
HSL 8.89º 0.48% 0.22% -
HSV(B) 8.89º 0.65% 0.33% -
XYZ 4.45 3.25 1.56 -
YUV 49.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 83 37 29 0 0.55 0.65 0.67 8.89 0.48 0.22
Hex 53 25 1D 0 37 41 43 9 30 16
Octal 123 45 35 0 67 101 103 11 60 26
Binary 1010011 100101 11101 0 110111 1000001 1000011 1001 110000 10110

Color Harmonies of #53251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53251D

Black with #53251D

Text Example


Text Example

White with #53251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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