Html Css Color HEX #53221C Caput Mortuum

📋 copy color: '#53221C'

red 83 ◦ green 34 ◦ blue 28

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

Shades of Caput Mortuum #53221C

Tints of Caput Mortuum #53221C

RGB

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

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

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

R = 57.24%
G = 23.45%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53221C (or 0x53221C) is known color: Caput Mortuum. HEX triplet: 53, 22 and 1C. RGB value is (83,34,28). Sum of RGB (Red+Green+Blue) = 83+34+28=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53221C is #ACDDE3. Grayscale: #303030. Windows color (decimal): -11328996 or 1843795. OLE color: 1843795.

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

Color convert

RGB 83 34 28 -
CMYK 0 0.59 0.66 0.67
HSL 6.55º 0.5% 0.22% -
HSV(B) 6.55º 0.66% 0.33% -
XYZ 4.35 3.07 1.46 -
YUV 47.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 83 34 28 0 0.59 0.66 0.67 6.55 0.5 0.22
Hex 53 22 1C 0 3B 42 43 7 32 16
Octal 123 42 34 0 73 102 103 7 62 26
Binary 1010011 100010 11100 0 111011 1000010 1000011 111 110010 10110

Color Harmonies of #53221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53221C

Black with #53221C

Text Example


Text Example

White with #53221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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