Html Css Color HEX #53221B Caput Mortuum

📋 copy color: '#53221B'

red 83 ◦ green 34 ◦ blue 27

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

Shades of Caput Mortuum #53221B

Tints of Caput Mortuum #53221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.75%

R = 57.64%
G = 23.61%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53221B (or 0x53221B) is known color: Caput Mortuum. HEX triplet: 53, 22 and 1B. RGB value is (83,34,27). Sum of RGB (Red+Green+Blue) = 83+34+27=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53221B is #ACDDE4. Grayscale: #2F2F2F. Windows color (decimal): -11328997 or 1778259. OLE color: 1778259.

HSL color Cylindrical-coordinate representation of color #53221B: hue angle of 7.5º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53221B is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 34 27 -
CMYK 0 0.59 0.67 0.67
HSL 7.5º 0.51% 0.22% -
HSV(B) 7.5º 0.67% 0.33% -
XYZ 4.34 3.06 1.4 -
YUV 47.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 83 34 27 0 0.59 0.67 0.67 7.5 0.51 0.22
Hex 53 22 1B 0 3B 43 43 8 33 16
Octal 123 42 33 0 73 103 103 10 63 26
Binary 1010011 100010 11011 0 111011 1000011 1000011 1000 110011 10110

Color Harmonies of #53221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53221B

Black with #53221B

Text Example


Text Example

White with #53221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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