Html Css Color HEX #63271B Caput Mortuum

📋 copy color: '#63271B'

red 99 ◦ green 39 ◦ blue 27

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

Shades of Caput Mortuum #63271B

Tints of Caput Mortuum #63271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.36%

R = 60%
G = 23.64%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#63271B (or 0x63271B) is known color: Caput Mortuum. HEX triplet: 63, 27 and 1B. RGB value is (99,39,27). Sum of RGB (Red+Green+Blue) = 99+39+27=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #63271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63271B is #9CD8E4. Grayscale: #373737. Windows color (decimal): -10279141 or 1779555. OLE color: 1779555.

HSL color Cylindrical-coordinate representation of color #63271B: hue angle of 10º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63271B is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 39 27 -
CMYK 0 0.61 0.73 0.61
HSL 10º 0.57% 0.25% -
HSV(B) 10º 0.73% 0.39% -
XYZ 6.07 4.18 1.52 -
YUV 55.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 99 39 27 0 0.61 0.73 0.61 10 0.57 0.25
Hex 63 27 1B 0 3D 49 3D A 39 19
Octal 143 47 33 0 75 111 75 12 71 31
Binary 1100011 100111 11011 0 111101 1001001 111101 1010 111001 11001

Color Harmonies of #63271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63271B

Black with #63271B

Text Example


Text Example

White with #63271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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