Html Css Color HEX #53231C Caput Mortuum

📋 copy color: '#53231C'

red 83 ◦ green 35 ◦ blue 28

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

Shades of Caput Mortuum #53231C

Tints of Caput Mortuum #53231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.97%

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

R = 56.85%
G = 23.97%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53231C (or 0x53231C) is known color: Caput Mortuum. HEX triplet: 53, 23 and 1C. RGB value is (83,35,28). Sum of RGB (Red+Green+Blue) = 83+35+28=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53231C is #ACDCE3. Grayscale: #303030. Windows color (decimal): -11328740 or 1844051. OLE color: 1844051.

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

Color convert

RGB 83 35 28 -
CMYK 0 0.58 0.66 0.67
HSL 7.64º 0.5% 0.22% -
HSV(B) 7.64º 0.66% 0.33% -
XYZ 4.38 3.12 1.47 -
YUV 48.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 83 35 28 0 0.58 0.66 0.67 7.64 0.5 0.22
Hex 53 23 1C 0 3A 42 43 8 32 16
Octal 123 43 34 0 72 102 103 10 62 26
Binary 1010011 100011 11100 0 111010 1000010 1000011 1000 110010 10110

Color Harmonies of #53231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53231C

Black with #53231C

Text Example


Text Example

White with #53231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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