Html Css Color HEX #461E1D Caput Mortuum

📋 copy color: '#461E1D'

red 70 ◦ green 30 ◦ blue 29

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

Shades of Caput Mortuum #461E1D

Tints of Caput Mortuum #461E1D

RGB

 RED value IS 70 (27.73% from 255) = 54.26%

 GREEN value IS 30 (12.11% from 255) = 23.26%

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 54.26%
G = 23.26%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#461E1D (or 0x461E1D) is known color: Caput Mortuum. HEX triplet: 46, 1E and 1D. RGB value is (70,30,29). Sum of RGB (Red+Green+Blue) = 70+30+29=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E1D is #B9E1E2. Grayscale: #292929. Windows color (decimal): -12181987 or 1908294. OLE color: 1908294.

HSL color Cylindrical-coordinate representation of color #461E1D: hue angle of 1.46º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461E1D is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 30 29 -
CMYK 0 0.57 0.59 0.73
HSL 1.46º 0.41% 0.19% -
HSV(B) 1.46º 0.59% 0.27% -
XYZ 3.21 2.32 1.44 -
YUV 41.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 70 30 29 0 0.57 0.59 0.73 1.46 0.41 0.19
Hex 46 1E 1D 0 39 3B 49 1 29 13
Octal 106 36 35 0 71 73 111 1 51 23
Binary 1000110 11110 11101 0 111001 111011 1001001 1 101001 10011

Color Harmonies of #461E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E1D

Black with #461E1D

Text Example


Text Example

White with #461E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461E1D; }

 p { color: rgb(70,30,29); }

 H1.HeaderClassName
 {
   color: #461E1D;
 }
 .AnyTagClassName
 {
   color: #461E1D;
 }
</style>

background-color css

<style>
 a { background-color: #461E1D; }

 a { background-color: rgb(70,30,29); }

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

border-color css

<style>
 span { border-color: #461E1D; }

 span { border-color: rgb(70,30,29); }

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