Html Css Color HEX #63261C Caput Mortuum

📋 copy color: '#63261C'

red 99 ◦ green 38 ◦ blue 28

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

Shades of Caput Mortuum #63261C

Tints of Caput Mortuum #63261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.03%

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

R = 60%
G = 23.03%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63261C (or 0x63261C) is known color: Caput Mortuum. HEX triplet: 63, 26 and 1C. RGB value is (99,38,28). Sum of RGB (Red+Green+Blue) = 99+38+28=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #63261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63261C is #9CD9E3. Grayscale: #373737. Windows color (decimal): -10279396 or 1844835. OLE color: 1844835.

HSL color Cylindrical-coordinate representation of color #63261C: hue angle of 8.45º 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 #63261C is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 38 28 -
CMYK 0 0.62 0.72 0.61
HSL 8.45º 0.56% 0.25% -
HSV(B) 8.45º 0.72% 0.39% -
XYZ 6.05 4.12 1.58 -
YUV 55.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 99 38 28 0 0.62 0.72 0.61 8.45 0.56 0.25
Hex 63 26 1C 0 3E 48 3D 8 38 19
Octal 143 46 34 0 76 110 75 10 70 31
Binary 1100011 100110 11100 0 111110 1001000 111101 1000 111000 11001

Color Harmonies of #63261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63261C

Black with #63261C

Text Example


Text Example

White with #63261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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