Html Css Color HEX #63281B Caput Mortuum

📋 copy color: '#63281B'

red 99 ◦ green 40 ◦ blue 27

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

Shades of Caput Mortuum #63281B

Tints of Caput Mortuum #63281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.1%

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

R = 59.64%
G = 24.1%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#63281B (or 0x63281B) is known color: Caput Mortuum. HEX triplet: 63, 28 and 1B. RGB value is (99,40,27). Sum of RGB (Red+Green+Blue) = 99+40+27=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63281B is #9CD7E4. Grayscale: #383838. Windows color (decimal): -10278885 or 1779811. OLE color: 1779811.

HSL color Cylindrical-coordinate representation of color #63281B: hue angle of 10.83º 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 #63281B is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 40 27 -
CMYK 0 0.60 0.73 0.61
HSL 10.83º 0.57% 0.25% -
HSV(B) 10.83º 0.73% 0.39% -
XYZ 6.1 4.25 1.54 -
YUV 56.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 99 40 27 0 0.60 0.73 0.61 10.83 0.57 0.25
Hex 63 28 1B 0 3C 49 3D B 39 19
Octal 143 50 33 0 74 111 75 13 71 31
Binary 1100011 101000 11011 0 111100 1001001 111101 1011 111001 11001

Color Harmonies of #63281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63281B

Black with #63281B

Text Example


Text Example

White with #63281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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