Html Css Color HEX #631E0B Caput Mortuum

📋 copy color: '#631E0B'

red 99 ◦ green 30 ◦ blue 11

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

Shades of Caput Mortuum #631E0B

Tints of Caput Mortuum #631E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.86%

R = 70.71%
G = 21.43%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#631E0B (or 0x631E0B) is known color: Caput Mortuum. HEX triplet: 63, 1E and 0B. RGB value is (99,30,11). Sum of RGB (Red+Green+Blue) = 99+30+11=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #631E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E0B is #9CE1F4. Grayscale: #303030. Windows color (decimal): -10281461 or 728675. OLE color: 728675.

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

Color convert

RGB 99 30 11 -
CMYK 0 0.70 0.89 0.61
HSL 12.95º 0.8% 0.22% -
HSV(B) 12.95º 0.89% 0.39% -
XYZ 5.67 3.61 0.71 -
YUV 48.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 99 30 11 0 0.70 0.89 0.61 12.95 0.8 0.22
Hex 63 1E B 0 46 59 3D D 50 16
Octal 143 36 13 0 106 131 75 15 120 26
Binary 1100011 11110 1011 0 1000110 1011001 111101 1101 1010000 10110

Color Harmonies of #631E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E0B

Black with #631E0B

Text Example


Text Example

White with #631E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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