Html Css Color HEX #63251C Caput Mortuum

📋 copy color: '#63251C'

red 99 ◦ green 37 ◦ blue 28

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

Shades of Caput Mortuum #63251C

Tints of Caput Mortuum #63251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.56%

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

R = 60.37%
G = 22.56%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63251C (or 0x63251C) is known color: Caput Mortuum. HEX triplet: 63, 25 and 1C. RGB value is (99,37,28). Sum of RGB (Red+Green+Blue) = 99+37+28=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63251C is #9CDAE3. Grayscale: #363636. Windows color (decimal): -10279652 or 1844579. OLE color: 1844579.

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

Color convert

RGB 99 37 28 -
CMYK 0 0.63 0.72 0.61
HSL 7.61º 0.56% 0.25% -
HSV(B) 7.61º 0.72% 0.39% -
XYZ 6.02 4.06 1.57 -
YUV 54.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 99 37 28 0 0.63 0.72 0.61 7.61 0.56 0.25
Hex 63 25 1C 0 3F 48 3D 8 38 19
Octal 143 45 34 0 77 110 75 10 70 31
Binary 1100011 100101 11100 0 111111 1001000 111101 1000 111000 11001

Color Harmonies of #63251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63251C

Black with #63251C

Text Example


Text Example

White with #63251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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