Html Css Color HEX #632213 Caput Mortuum

📋 copy color: '#632213'

red 99 ◦ green 34 ◦ blue 19

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

Shades of Caput Mortuum #632213

Tints of Caput Mortuum #632213

RGB

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

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

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

R = 65.13%
G = 22.37%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#632213 (or 0x632213) is known color: Caput Mortuum. HEX triplet: 63, 22 and 13. RGB value is (99,34,19). Sum of RGB (Red+Green+Blue) = 99+34+19=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #632213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632213 is #9CDDEC. Grayscale: #333333. Windows color (decimal): -10280429 or 1253987. OLE color: 1253987.

HSL color Cylindrical-coordinate representation of color #632213: hue angle of 11.25º 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 #632213 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 34 19 -
CMYK 0 0.66 0.81 0.61
HSL 11.25º 0.68% 0.23% -
HSV(B) 11.25º 0.81% 0.39% -
XYZ 5.84 3.84 1.05 -
YUV 51.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 99 34 19 0 0.66 0.81 0.61 11.25 0.68 0.23
Hex 63 22 13 0 42 51 3D B 44 17
Octal 143 42 23 0 102 121 75 13 104 27
Binary 1100011 100010 10011 0 1000010 1010001 111101 1011 1000100 10111

Color Harmonies of #632213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632213

Black with #632213

Text Example


Text Example

White with #632213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632213; }

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

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

background-color css

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

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

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

border-color css

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

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

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