Html Css Color HEX #63271A Caput Mortuum

📋 copy color: '#63271A'

red 99 ◦ green 39 ◦ blue 26

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

Shades of Caput Mortuum #63271A

Tints of Caput Mortuum #63271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.78%

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

R = 60.37%
G = 23.78%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#63271A (or 0x63271A) is known color: Caput Mortuum. HEX triplet: 63, 27 and 1A. RGB value is (99,39,26). Sum of RGB (Red+Green+Blue) = 99+39+26=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63271A is #9CD8E5. Grayscale: #373737. Windows color (decimal): -10279142 or 1714019. OLE color: 1714019.

HSL color Cylindrical-coordinate representation of color #63271A: hue angle of 10.68º 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 #63271A is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 39 26 -
CMYK 0 0.61 0.74 0.61
HSL 10.68º 0.58% 0.25% -
HSV(B) 10.68º 0.74% 0.39% -
XYZ 6.06 4.18 1.46 -
YUV 55.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 99 39 26 0 0.61 0.74 0.61 10.68 0.58 0.25
Hex 63 27 1A 0 3D 4A 3D B 3A 19
Octal 143 47 32 0 75 112 75 13 72 31
Binary 1100011 100111 11010 0 111101 1001010 111101 1011 111010 11001

Color Harmonies of #63271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63271A

Black with #63271A

Text Example


Text Example

White with #63271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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