Html Css Color HEX #63210F Caput Mortuum

📋 copy color: '#63210F'

red 99 ◦ green 33 ◦ blue 15

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

Shades of Caput Mortuum #63210F

Tints of Caput Mortuum #63210F

RGB

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

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

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

R = 67.35%
G = 22.45%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63210F (or 0x63210F) is known color: Caput Mortuum. HEX triplet: 63, 21 and 0F. RGB value is (99,33,15). Sum of RGB (Red+Green+Blue) = 99+33+15=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63210F is #9CDEF0. Grayscale: #323232. Windows color (decimal): -10280689 or 991587. OLE color: 991587.

HSL color Cylindrical-coordinate representation of color #63210F: hue angle of 12.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63210F is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 15 -
CMYK 0 0.67 0.85 0.61
HSL 12.86º 0.74% 0.22% -
HSV(B) 12.86º 0.85% 0.39% -
XYZ 5.78 3.77 0.88 -
YUV 50.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 99 33 15 0 0.67 0.85 0.61 12.86 0.74 0.22
Hex 63 21 F 0 43 55 3D D 4A 16
Octal 143 41 17 0 103 125 75 15 112 26
Binary 1100011 100001 1111 0 1000011 1010101 111101 1101 1001010 10110

Color Harmonies of #63210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63210F

Black with #63210F

Text Example


Text Example

White with #63210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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