Html Css Color HEX #53210F Caput Mortuum

📋 copy color: '#53210F'

red 83 ◦ green 33 ◦ blue 15

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

Shades of Caput Mortuum #53210F

Tints of Caput Mortuum #53210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.19%

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

R = 63.36%
G = 25.19%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53210F (or 0x53210F) is known color: Caput Mortuum. HEX triplet: 53, 21 and 0F. RGB value is (83,33,15). Sum of RGB (Red+Green+Blue) = 83+33+15=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53210F is #ACDEF0. Grayscale: #2E2E2E. Windows color (decimal): -11329265 or 991571. OLE color: 991571.

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

Color convert

RGB 83 33 15 -
CMYK 0 0.60 0.82 0.67
HSL 15.88º 0.69% 0.19% -
HSV(B) 15.88º 0.82% 0.33% -
XYZ 4.2 2.96 0.8 -
YUV 45.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 83 33 15 0 0.60 0.82 0.67 15.88 0.69 0.19
Hex 53 21 F 0 3C 52 43 10 45 13
Octal 123 41 17 0 74 122 103 20 105 23
Binary 1010011 100001 1111 0 111100 1010010 1000011 10000 1000101 10011

Color Harmonies of #53210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53210F

Black with #53210F

Text Example


Text Example

White with #53210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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