Html Css Color HEX #632C1F Caput Mortuum

📋 copy color: '#632C1F'

red 99 ◦ green 44 ◦ blue 31

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

Shades of Caput Mortuum #632C1F

Tints of Caput Mortuum #632C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.29%

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 56.9%
G = 25.29%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#632C1F (or 0x632C1F) is known color: Caput Mortuum. HEX triplet: 63, 2C and 1F. RGB value is (99,44,31). Sum of RGB (Red+Green+Blue) = 99+44+31=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #632C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C1F is #9CD3E0. Grayscale: #3B3B3B. Windows color (decimal): -10277857 or 2042979. OLE color: 2042979.

HSL color Cylindrical-coordinate representation of color #632C1F: hue angle of 11.47º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632C1F is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 44 31 -
CMYK 0 0.56 0.69 0.61
HSL 11.47º 0.52% 0.25% -
HSV(B) 11.47º 0.69% 0.39% -
XYZ 6.29 4.55 1.84 -
YUV 58.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 99 44 31 0 0.56 0.69 0.61 11.47 0.52 0.25
Hex 63 2C 1F 0 38 45 3D B 34 19
Octal 143 54 37 0 70 105 75 13 64 31
Binary 1100011 101100 11111 0 111000 1000101 111101 1011 110100 11001

Color Harmonies of #632C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632C1F

Black with #632C1F

Text Example


Text Example

White with #632C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632C1F; }

 p { color: rgb(99,44,31); }

 H1.HeaderClassName
 {
   color: #632C1F;
 }
 .AnyTagClassName
 {
   color: #632C1F;
 }
</style>

background-color css

<style>
 a { background-color: #632C1F; }

 a { background-color: rgb(99,44,31); }

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

border-color css

<style>
 span { border-color: #632C1F; }

 span { border-color: rgb(99,44,31); }

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