Html Css Color HEX #D83B46 Mahogany

📋 copy color: '#D83B46'

red 216 ◦ green 59 ◦ blue 70

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

Shades of Mahogany #D83B46

Tints of Mahogany #D83B46

RGB

 RED value IS 216 (84.77% from 255) = 62.61%

 GREEN value IS 59 (23.44% from 255) = 17.1%

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 62.61%
G = 17.1%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D83B46 (or 0xD83B46) is known color: Mahogany. HEX triplet: D8, 3B and 46. RGB value is (216,59,70). Sum of RGB (Red+Green+Blue) = 216+59+70=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83B46 is #27C4B9. Grayscale: #6B6B6B. Windows color (decimal): -2606266 or 4602840. OLE color: 4602840.

HSL color Cylindrical-coordinate representation of color #D83B46: hue angle of 355.8º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83B46 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 59 70 -
CMYK 0 0.73 0.68 0.15
HSL 355.8º 0.67% 0.54% -
HSV(B) 355.8º 0.73% 0.85% -
XYZ 30.99 18.17 7.67 -
YUV 107.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 216 59 70 0 0.73 0.68 0.15 355.8 0.67 0.54
Hex D8 3B 46 0 49 44 F 164 43 36
Octal 330 73 106 0 111 104 17 544 103 66
Binary 11011000 111011 1000110 0 1001001 1000100 1111 101100100 1000011 110110

Color Harmonies of #D83B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83B46

Black with #D83B46

Text Example


Text Example

White with #D83B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83B46; }

 p { color: rgb(216,59,70); }

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

background-color css

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

 a { background-color: rgb(216,59,70); }

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

border-color css

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

 span { border-color: rgb(216,59,70); }

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