Html Css Color HEX #53201A Caput Mortuum

📋 copy color: '#53201A'

red 83 ◦ green 32 ◦ blue 26

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

Shades of Caput Mortuum #53201A

Tints of Caput Mortuum #53201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.7%

 BLUE value IS 26 (10.55% from 255) = 18.44%

R = 58.87%
G = 22.7%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53201A (or 0x53201A) is known color: Caput Mortuum. HEX triplet: 53, 20 and 1A. RGB value is (83,32,26). Sum of RGB (Red+Green+Blue) = 83+32+26=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #53201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53201A is #ACDFE5. Grayscale: #2E2E2E. Windows color (decimal): -11329510 or 1712211. OLE color: 1712211.

HSL color Cylindrical-coordinate representation of color #53201A: hue angle of 6.32º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53201A is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 26 -
CMYK 0 0.61 0.69 0.67
HSL 6.32º 0.52% 0.21% -
HSV(B) 6.32º 0.69% 0.33% -
XYZ 4.27 2.95 1.32 -
YUV 46.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 83 32 26 0 0.61 0.69 0.67 6.32 0.52 0.21
Hex 53 20 1A 0 3D 45 43 6 34 15
Octal 123 40 32 0 75 105 103 6 64 25
Binary 1010011 100000 11010 0 111101 1000101 1000011 110 110100 10101

Color Harmonies of #53201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53201A

Black with #53201A

Text Example


Text Example

White with #53201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53201A; }

 p { color: rgb(83,32,26); }

 H1.HeaderClassName
 {
   color: #53201A;
 }
 .AnyTagClassName
 {
   color: #53201A;
 }
</style>

background-color css

<style>
 a { background-color: #53201A; }

 a { background-color: rgb(83,32,26); }

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

border-color css

<style>
 span { border-color: #53201A; }

 span { border-color: rgb(83,32,26); }

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