Html Css Color HEX #D0323C Mahogany

📋 copy color: '#D0323C'

red 208 ◦ green 50 ◦ blue 60

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

Shades of Mahogany #D0323C

Tints of Mahogany #D0323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 65.41%
G = 15.72%
B = 18.87%

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

#D0323C (or 0xD0323C) is known color: Mahogany. HEX triplet: D0, 32 and 3C. RGB value is (208,50,60). Sum of RGB (Red+Green+Blue) = 208+50+60=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0323C is #2FCDC3. Grayscale: #626262. Windows color (decimal): -3132868 or 3945168. OLE color: 3945168.

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

Color convert

RGB 208 50 60 -
CMYK 0 0.76 0.71 0.18
HSL 356.2º 0.63% 0.51% -
HSV(B) 356.2º 0.76% 0.82% -
XYZ 27.97 16.02 5.89 -
YUV 98.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 208 50 60 0 0.76 0.71 0.18 356.2 0.63 0.51
Hex D0 32 3C 0 4C 47 12 164 3F 33
Octal 320 62 74 0 114 107 22 544 77 63
Binary 11010000 110010 111100 0 1001100 1000111 10010 101100100 111111 110011

Color Harmonies of #D0323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0323C

Black with #D0323C

Text Example


Text Example

White with #D0323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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