Html Css Color HEX #63291C Caput Mortuum

📋 copy color: '#63291C'

red 99 ◦ green 41 ◦ blue 28

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

Shades of Caput Mortuum #63291C

Tints of Caput Mortuum #63291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.4%

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 58.93%
G = 24.4%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63291C (or 0x63291C) is known color: Caput Mortuum. HEX triplet: 63, 29 and 1C. RGB value is (99,41,28). Sum of RGB (Red+Green+Blue) = 99+41+28=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #63291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63291C is #9CD6E3. Grayscale: #383838. Windows color (decimal): -10278628 or 1845603. OLE color: 1845603.

HSL color Cylindrical-coordinate representation of color #63291C: hue angle of 10.99º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63291C is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 41 28 -
CMYK 0 0.59 0.72 0.61
HSL 10.99º 0.56% 0.25% -
HSV(B) 10.99º 0.72% 0.39% -
XYZ 6.15 4.32 1.61 -
YUV 56.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 99 41 28 0 0.59 0.72 0.61 10.99 0.56 0.25
Hex 63 29 1C 0 3B 48 3D B 38 19
Octal 143 51 34 0 73 110 75 13 70 31
Binary 1100011 101001 11100 0 111011 1001000 111101 1011 111000 11001

Color Harmonies of #63291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63291C

Black with #63291C

Text Example


Text Example

White with #63291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63291C; }

 p { color: rgb(99,41,28); }

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

background-color css

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

 a { background-color: rgb(99,41,28); }

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

border-color css

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

 span { border-color: rgb(99,41,28); }

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