Html Css Color HEX #CD323A Mahogany

📋 copy color: '#CD323A'

red 205 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #CD323A

Tints of Mahogany #CD323A

RGB

 RED value IS 205 (80.47% from 255) = 65.5%

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

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 65.5%
G = 15.97%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD323A (or 0xCD323A) is known color: Mahogany. HEX triplet: CD, 32 and 3A. RGB value is (205,50,58). Sum of RGB (Red+Green+Blue) = 205+50+58=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD323A is #32CDC5. Grayscale: #616161. Windows color (decimal): -3329478 or 3814093. OLE color: 3814093.

HSL color Cylindrical-coordinate representation of color #CD323A: hue angle of 356.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD323A is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 50 58 -
CMYK 0 0.76 0.72 0.20
HSL 356.9º 0.61% 0.5% -
HSV(B) 356.9º 0.76% 0.8% -
XYZ 27.08 15.57 5.58 -
YUV 97.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 205 50 58 0 0.76 0.72 0.20 356.9 0.61 0.5
Hex CD 32 3A 0 4C 48 14 165 3D 32
Octal 315 62 72 0 114 110 24 545 75 62
Binary 11001101 110010 111010 0 1001100 1001000 10100 101100101 111101 110010

Color Harmonies of #CD323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD323A

Black with #CD323A

Text Example


Text Example

White with #CD323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD323A; }

 p { color: rgb(205,50,58); }

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

background-color css

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

 a { background-color: rgb(205,50,58); }

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

border-color css

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

 span { border-color: rgb(205,50,58); }

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