Html Css Color HEX #D7323B Mahogany

📋 copy color: '#D7323B'

red 215 ◦ green 50 ◦ blue 59

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

Shades of Mahogany #D7323B

Tints of Mahogany #D7323B

RGB

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

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

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

R = 66.36%
G = 15.43%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7323B (or 0xD7323B) is known color: Mahogany. HEX triplet: D7, 32 and 3B. RGB value is (215,50,59). Sum of RGB (Red+Green+Blue) = 215+50+59=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D7323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7323B is #28CDC4. Grayscale: #646464. Windows color (decimal): -2674117 or 3879639. OLE color: 3879639.

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

Color convert

RGB 215 50 59 -
CMYK 0 0.77 0.73 0.16
HSL 356.73º 0.67% 0.52% -
HSV(B) 356.73º 0.77% 0.84% -
XYZ 29.95 17.04 5.85 -
YUV 100.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 215 50 59 0 0.77 0.73 0.16 356.73 0.67 0.52
Hex D7 32 3B 0 4D 49 10 165 43 34
Octal 327 62 73 0 115 111 20 545 103 64
Binary 11010111 110010 111011 0 1001101 1001001 10000 101100101 1000011 110100

Color Harmonies of #D7323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7323B

Black with #D7323B

Text Example


Text Example

White with #D7323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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