Html Css Color HEX #632113 Caput Mortuum

📋 copy color: '#632113'

red 99 ◦ green 33 ◦ blue 19

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

Shades of Caput Mortuum #632113

Tints of Caput Mortuum #632113

RGB

 RED value IS 99 (39.06% from 255) = 65.56%

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

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 65.56%
G = 21.85%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#632113 (or 0x632113) is known color: Caput Mortuum. HEX triplet: 63, 21 and 13. RGB value is (99,33,19). Sum of RGB (Red+Green+Blue) = 99+33+19=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #632113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632113 is #9CDEEC. Grayscale: #333333. Windows color (decimal): -10280685 or 1253731. OLE color: 1253731.

HSL color Cylindrical-coordinate representation of color #632113: hue angle of 10.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632113 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 19 -
CMYK 0 0.67 0.81 0.61
HSL 10.5º 0.68% 0.23% -
HSV(B) 10.5º 0.81% 0.39% -
XYZ 5.81 3.79 1.04 -
YUV 51.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 99 33 19 0 0.67 0.81 0.61 10.5 0.68 0.23
Hex 63 21 13 0 43 51 3D A 44 17
Octal 143 41 23 0 103 121 75 12 104 27
Binary 1100011 100001 10011 0 1000011 1010001 111101 1010 1000100 10111

Color Harmonies of #632113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632113

Black with #632113

Text Example


Text Example

White with #632113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632113; }

 p { color: rgb(99,33,19); }

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

background-color css

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

 a { background-color: rgb(99,33,19); }

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

border-color css

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

 span { border-color: rgb(99,33,19); }

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