Html Css Color HEX #631F0C Caput Mortuum

📋 copy color: '#631F0C'

red 99 ◦ green 31 ◦ blue 12

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

Shades of Caput Mortuum #631F0C

Tints of Caput Mortuum #631F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.83%

 BLUE value IS 12 (5.08% from 255) = 8.45%

R = 69.72%
G = 21.83%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#631F0C (or 0x631F0C) is known color: Caput Mortuum. HEX triplet: 63, 1F and 0C. RGB value is (99,31,12). Sum of RGB (Red+Green+Blue) = 99+31+12=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #631F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631F0C is #9CE0F3. Grayscale: #313131. Windows color (decimal): -10281204 or 794467. OLE color: 794467.

HSL color Cylindrical-coordinate representation of color #631F0C: hue angle of 13.1º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631F0C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 31 12 -
CMYK 0 0.69 0.88 0.61
HSL 13.1º 0.78% 0.22% -
HSV(B) 13.1º 0.88% 0.39% -
XYZ 5.7 3.66 0.75 -
YUV 49.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 99 31 12 0 0.69 0.88 0.61 13.1 0.78 0.22
Hex 63 1F C 0 45 58 3D D 4E 16
Octal 143 37 14 0 105 130 75 15 116 26
Binary 1100011 11111 1100 0 1000101 1011000 111101 1101 1001110 10110

Color Harmonies of #631F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631F0C

Black with #631F0C

Text Example


Text Example

White with #631F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631F0C; }

 p { color: rgb(99,31,12); }

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

background-color css

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

 a { background-color: rgb(99,31,12); }

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

border-color css

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

 span { border-color: rgb(99,31,12); }

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