Html Css Color HEX #D0323D Mahogany

📋 copy color: '#D0323D'

red 208 ◦ green 50 ◦ blue 61

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

Shades of Mahogany #D0323D

Tints of Mahogany #D0323D

RGB

 RED value IS 208 (81.64% from 255) = 65.2%

 GREEN value IS 50 (19.92% from 255) = 15.67%

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 65.2%
G = 15.67%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0323D (or 0xD0323D) is known color: Mahogany. HEX triplet: D0, 32 and 3D. RGB value is (208,50,61). Sum of RGB (Red+Green+Blue) = 208+50+61=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0323D is #2FCDC2. Grayscale: #626262. Windows color (decimal): -3132867 or 4010704. OLE color: 4010704.

HSL color Cylindrical-coordinate representation of color #D0323D: hue angle of 355.82º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0323D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 61 -
CMYK 0 0.76 0.71 0.18
HSL 355.82º 0.63% 0.51% -
HSV(B) 355.82º 0.76% 0.82% -
XYZ 28 16.03 6.03 -
YUV 98.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 208 50 61 0 0.76 0.71 0.18 355.82 0.63 0.51
Hex D0 32 3D 0 4C 47 12 164 3F 33
Octal 320 62 75 0 114 107 22 544 77 63
Binary 11010000 110010 111101 0 1001100 1000111 10010 101100100 111111 110011

Color Harmonies of #D0323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0323D

Black with #D0323D

Text Example


Text Example

White with #D0323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0323D; }

 p { color: rgb(208,50,61); }

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

background-color css

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

 a { background-color: rgb(208,50,61); }

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

border-color css

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

 span { border-color: rgb(208,50,61); }

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