Html Css Color HEX #D7323D Mahogany

📋 copy color: '#D7323D'

red 215 ◦ green 50 ◦ blue 61

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

Shades of Mahogany #D7323D

Tints of Mahogany #D7323D

RGB

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

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

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

R = 65.95%
G = 15.34%
B = 18.71%

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

#D7323D (or 0xD7323D) is known color: Mahogany. HEX triplet: D7, 32 and 3D. RGB value is (215,50,61). Sum of RGB (Red+Green+Blue) = 215+50+61=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D7323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7323D is #28CDC2. Grayscale: #646464. Windows color (decimal): -2674115 or 4010711. OLE color: 4010711.

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

Color convert

RGB 215 50 61 -
CMYK 0 0.77 0.72 0.16
HSL 356º 0.67% 0.52% -
HSV(B) 356º 0.77% 0.84% -
XYZ 30.01 17.07 6.13 -
YUV 100.59 105.66 209.61 -
System Red Green Blue C M Y K H S L
Decimal 215 50 61 0 0.77 0.72 0.16 356 0.67 0.52
Hex D7 32 3D 0 4D 48 10 164 43 34
Octal 327 62 75 0 115 110 20 544 103 64
Binary 11010111 110010 111101 0 1001101 1001000 10000 101100100 1000011 110100

Color Harmonies of #D7323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7323D

Black with #D7323D

Text Example


Text Example

White with #D7323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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