Html Css Color HEX #53221F Caput Mortuum

📋 copy color: '#53221F'

red 83 ◦ green 34 ◦ blue 31

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

Shades of Caput Mortuum #53221F

Tints of Caput Mortuum #53221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.97%

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

R = 56.08%
G = 22.97%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53221F (or 0x53221F) is known color: Caput Mortuum. HEX triplet: 53, 22 and 1F. RGB value is (83,34,31). Sum of RGB (Red+Green+Blue) = 83+34+31=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53221F is #ACDDE0. Grayscale: #303030. Windows color (decimal): -11328993 or 2040403. OLE color: 2040403.

HSL color Cylindrical-coordinate representation of color #53221F: hue angle of 3.46º 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 #53221F is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 34 31 -
CMYK 0 0.59 0.63 0.67
HSL 3.46º 0.46% 0.22% -
HSV(B) 3.46º 0.63% 0.33% -
XYZ 4.39 3.08 1.66 -
YUV 48.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 83 34 31 0 0.59 0.63 0.67 3.46 0.46 0.22
Hex 53 22 1F 0 3B 3F 43 3 2E 16
Octal 123 42 37 0 73 77 103 3 56 26
Binary 1010011 100010 11111 0 111011 111111 1000011 11 101110 10110

Color Harmonies of #53221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53221F

Black with #53221F

Text Example


Text Example

White with #53221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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