Html Css Color HEX #CD3139 Mahogany

📋 copy color: '#CD3139'

red 205 ◦ green 49 ◦ blue 57

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

Shades of Mahogany #CD3139

Tints of Mahogany #CD3139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 65.92%
G = 15.76%
B = 18.33%

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

#CD3139 (or 0xCD3139) is known color: Mahogany. HEX triplet: CD, 31 and 39. RGB value is (205,49,57). Sum of RGB (Red+Green+Blue) = 205+49+57=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3139 is #32CEC6. Grayscale: #606060. Windows color (decimal): -3329735 or 3748301. OLE color: 3748301.

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

Color convert

RGB 205 49 57 -
CMYK 0 0.76 0.72 0.20
HSL 356.92º 0.61% 0.5% -
HSV(B) 356.92º 0.76% 0.8% -
XYZ 27.01 15.47 5.43 -
YUV 96.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 205 49 57 0 0.76 0.72 0.20 356.92 0.61 0.5
Hex CD 31 39 0 4C 48 14 165 3D 32
Octal 315 61 71 0 114 110 24 545 75 62
Binary 11001101 110001 111001 0 1001100 1001000 10100 101100101 111101 110010

Color Harmonies of #CD3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3139

Black with #CD3139

Text Example


Text Example

White with #CD3139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3139; }

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

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

background-color css

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

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

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

border-color css

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

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

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