Html Css Color HEX #D0323B Mahogany

📋 copy color: '#D0323B'

red 208 ◦ green 50 ◦ blue 59

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

Shades of Mahogany #D0323B

Tints of Mahogany #D0323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 65.62%
G = 15.77%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0323B (or 0xD0323B) is known color: Mahogany. HEX triplet: D0, 32 and 3B. RGB value is (208,50,59). Sum of RGB (Red+Green+Blue) = 208+50+59=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0323B is #2FCDC4. Grayscale: #626262. Windows color (decimal): -3132869 or 3879632. OLE color: 3879632.

HSL color Cylindrical-coordinate representation of color #D0323B: hue angle of 356.58º 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 #D0323B is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 59 -
CMYK 0 0.76 0.72 0.18
HSL 356.58º 0.63% 0.51% -
HSV(B) 356.58º 0.76% 0.82% -
XYZ 27.94 16.01 5.75 -
YUV 98.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 208 50 59 0 0.76 0.72 0.18 356.58 0.63 0.51
Hex D0 32 3B 0 4C 48 12 165 3F 33
Octal 320 62 73 0 114 110 22 545 77 63
Binary 11010000 110010 111011 0 1001100 1001000 10010 101100101 111111 110011

Color Harmonies of #D0323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0323B

Black with #D0323B

Text Example


Text Example

White with #D0323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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