Html Css Color HEX #CD3841 Mahogany

📋 copy color: '#CD3841'

red 205 ◦ green 56 ◦ blue 65

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

Shades of Mahogany #CD3841

Tints of Mahogany #CD3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 62.88%
G = 17.18%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD3841 (or 0xCD3841) is known color: Mahogany. HEX triplet: CD, 38 and 41. RGB value is (205,56,65). Sum of RGB (Red+Green+Blue) = 205+56+65=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3841 is #32C7BE. Grayscale: #656565. Windows color (decimal): -3327935 or 4274381. OLE color: 4274381.

HSL color Cylindrical-coordinate representation of color #CD3841: hue angle of 356.38º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3841 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 56 65 -
CMYK 0 0.73 0.68 0.20
HSL 356.38º 0.6% 0.51% -
HSV(B) 356.38º 0.73% 0.8% -
XYZ 27.55 16.19 6.67 -
YUV 101.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 205 56 65 0 0.73 0.68 0.20 356.38 0.6 0.51
Hex CD 38 41 0 49 44 14 164 3C 33
Octal 315 70 101 0 111 104 24 544 74 63
Binary 11001101 111000 1000001 0 1001001 1000100 10100 101100100 111100 110011

Color Harmonies of #CD3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3841

Black with #CD3841

Text Example


Text Example

White with #CD3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3841; }

 p { color: rgb(205,56,65); }

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

background-color css

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

 a { background-color: rgb(205,56,65); }

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

border-color css

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

 span { border-color: rgb(205,56,65); }

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