Html Css Color HEX #53200F Caput Mortuum

📋 copy color: '#53200F'

red 83 ◦ green 32 ◦ blue 15

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

Shades of Caput Mortuum #53200F

Tints of Caput Mortuum #53200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.54%

R = 63.85%
G = 24.62%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53200F (or 0x53200F) is known color: Caput Mortuum. HEX triplet: 53, 20 and 0F. RGB value is (83,32,15). Sum of RGB (Red+Green+Blue) = 83+32+15=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53200F is #ACDFF0. Grayscale: #2D2D2D. Windows color (decimal): -11329521 or 991315. OLE color: 991315.

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

Color convert

RGB 83 32 15 -
CMYK 0 0.61 0.82 0.67
HSL 15º 0.69% 0.19% -
HSV(B) 15º 0.82% 0.33% -
XYZ 4.17 2.91 0.79 -
YUV 45.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 83 32 15 0 0.61 0.82 0.67 15 0.69 0.19
Hex 53 20 F 0 3D 52 43 F 45 13
Octal 123 40 17 0 75 122 103 17 105 23
Binary 1010011 100000 1111 0 111101 1010010 1000011 1111 1000101 10011

Color Harmonies of #53200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53200F

Black with #53200F

Text Example


Text Example

White with #53200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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