Html Css Color HEX #D7323C Mahogany

📋 copy color: '#D7323C'

red 215 ◦ green 50 ◦ blue 60

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

Shades of Mahogany #D7323C

Tints of Mahogany #D7323C

RGB

 RED value IS 215 (84.38% from 255) = 66.15%

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

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

R = 66.15%
G = 15.38%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7323C (or 0xD7323C) is known color: Mahogany. HEX triplet: D7, 32 and 3C. RGB value is (215,50,60). Sum of RGB (Red+Green+Blue) = 215+50+60=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7323C is #28CDC3. Grayscale: #646464. Windows color (decimal): -2674116 or 3945175. OLE color: 3945175.

HSL color Cylindrical-coordinate representation of color #D7323C: hue angle of 356.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7323C is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 60 -
CMYK 0 0.77 0.72 0.16
HSL 356.36º 0.67% 0.52% -
HSV(B) 356.36º 0.77% 0.84% -
XYZ 29.98 17.05 5.99 -
YUV 100.48 105.16 209.69 -
System Red Green Blue C M Y K H S L
Decimal 215 50 60 0 0.77 0.72 0.16 356.36 0.67 0.52
Hex D7 32 3C 0 4D 48 10 164 43 34
Octal 327 62 74 0 115 110 20 544 103 64
Binary 11010111 110010 111100 0 1001101 1001000 10000 101100100 1000011 110100

Color Harmonies of #D7323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7323C

Black with #D7323C

Text Example


Text Example

White with #D7323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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