Html Css Color HEX #63261A Caput Mortuum

📋 copy color: '#63261A'

red 99 ◦ green 38 ◦ blue 26

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

Shades of Caput Mortuum #63261A

Tints of Caput Mortuum #63261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.95%

R = 60.74%
G = 23.31%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#63261A (or 0x63261A) is known color: Caput Mortuum. HEX triplet: 63, 26 and 1A. RGB value is (99,38,26). Sum of RGB (Red+Green+Blue) = 99+38+26=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63261A is #9CD9E5. Grayscale: #363636. Windows color (decimal): -10279398 or 1713763. OLE color: 1713763.

HSL color Cylindrical-coordinate representation of color #63261A: hue angle of 9.86º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63261A is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 38 26 -
CMYK 0 0.62 0.74 0.61
HSL 9.86º 0.58% 0.25% -
HSV(B) 9.86º 0.74% 0.39% -
XYZ 6.03 4.11 1.45 -
YUV 54.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 99 38 26 0 0.62 0.74 0.61 9.86 0.58 0.25
Hex 63 26 1A 0 3E 4A 3D A 3A 19
Octal 143 46 32 0 76 112 75 12 72 31
Binary 1100011 100110 11010 0 111110 1001010 111101 1010 111010 11001

Color Harmonies of #63261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63261A

Black with #63261A

Text Example


Text Example

White with #63261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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