Html Css Color HEX #631E0A Caput Mortuum

📋 copy color: '#631E0A'

red 99 ◦ green 30 ◦ blue 10

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

Shades of Caput Mortuum #631E0A

Tints of Caput Mortuum #631E0A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

 BLUE value IS 10 (4.3% from 255) = 7.19%

R = 71.22%
G = 21.58%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#631E0A (or 0x631E0A) is known color: Caput Mortuum. HEX triplet: 63, 1E and 0A. RGB value is (99,30,10). Sum of RGB (Red+Green+Blue) = 99+30+10=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #631E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E0A is #9CE1F5. Grayscale: #303030. Windows color (decimal): -10281462 or 663139. OLE color: 663139.

HSL color Cylindrical-coordinate representation of color #631E0A: hue angle of 13.48º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #631E0A is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 10 -
CMYK 0 0.70 0.90 0.61
HSL 13.48º 0.82% 0.21% -
HSV(B) 13.48º 0.9% 0.39% -
XYZ 5.66 3.6 0.68 -
YUV 48.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 99 30 10 0 0.70 0.90 0.61 13.48 0.82 0.21
Hex 63 1E A 0 46 5A 3D D 52 15
Octal 143 36 12 0 106 132 75 15 122 25
Binary 1100011 11110 1010 0 1000110 1011010 111101 1101 1010010 10101

Color Harmonies of #631E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E0A

Black with #631E0A

Text Example


Text Example

White with #631E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,30,10); }

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

background-color css

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

 a { background-color: rgb(99,30,10); }

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

border-color css

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

 span { border-color: rgb(99,30,10); }

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