Html Css Color HEX #CD313A Mahogany

📋 copy color: '#CD313A'

red 205 ◦ green 49 ◦ blue 58

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

Shades of Mahogany #CD313A

Tints of Mahogany #CD313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

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

R = 65.71%
G = 15.71%
B = 18.59%

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

#CD313A (or 0xCD313A) is known color: Mahogany. HEX triplet: CD, 31 and 3A. RGB value is (205,49,58). Sum of RGB (Red+Green+Blue) = 205+49+58=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD313A is #32CEC5. Grayscale: #606060. Windows color (decimal): -3329734 or 3813837. OLE color: 3813837.

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

Color convert

RGB 205 49 58 -
CMYK 0 0.76 0.72 0.20
HSL 356.54º 0.61% 0.5% -
HSV(B) 356.54º 0.76% 0.8% -
XYZ 27.04 15.48 5.57 -
YUV 96.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 205 49 58 0 0.76 0.72 0.20 356.54 0.61 0.5
Hex CD 31 3A 0 4C 48 14 165 3D 32
Octal 315 61 72 0 114 110 24 545 75 62
Binary 11001101 110001 111010 0 1001100 1001000 10100 101100101 111101 110010

Color Harmonies of #CD313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD313A

Black with #CD313A

Text Example


Text Example

White with #CD313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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