#D63D42

Color #D63D42 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #D63D42

Tints of Mahogany #D63D42

Color information

#D63D42 (or 0xD63D42) is unknown color: approx Mahogany. HEX triplet: D6, 3D and 42. RGB value is (214,61,66). Sum of RGB (Red+Green+Blue) = 214+61+66=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D42 is #29C2BD. Grayscale: #6B6B6B. Windows color (decimal): -2736830 or 4341206. OLE color: 4341206.

HSL color Cylindrical-coordinate representation of color #D63D42: hue angle of 358.04º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63D42 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB2146166-
CMYK00.710.690.16
HSL358.04º65.11%53.92%-
HSV(B)358.04º71.5%83.92%-
XYZ30.3818.037.03-
YUV107.32104.69204.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.76%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=62.76%
G=17.89%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214616600.710.690.16358.0465.1153.92
HexD63D4204745101664136
Octal3267510201071052054610166
Binary110101101111011000010010001111000101100001011001101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D42; }

 p { color: rgb(214,61,66); }

 H1.HeaderClassName
 {
   color: #D63D42;
 }
 .AnyTagClassName
 {
   color: #D63D42;
 }
</style>
background-color css

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

 a { background-color: rgb(214,61,66); }

 div.DivClassName
 {
   background-color: #D63D42;
 }
 .BgClassName
 {
   background-color: #D63D42;
 }
</style>
border-color css

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

 span { border-color: rgb(214,61,66); }

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