Html Css Color HEX #CD3A41 Mahogany

📋 copy color: '#CD3A41'

red 205 ◦ green 58 ◦ blue 65

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

Shades of Mahogany #CD3A41

Tints of Mahogany #CD3A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

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

R = 62.5%
G = 17.68%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD3A41 (or 0xCD3A41) is known color: Mahogany. HEX triplet: CD, 3A and 41. RGB value is (205,58,65). Sum of RGB (Red+Green+Blue) = 205+58+65=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A41 is #32C5BE. Grayscale: #666666. Windows color (decimal): -3327423 or 4274893. OLE color: 4274893.

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

Color convert

RGB 205 58 65 -
CMYK 0 0.72 0.68 0.20
HSL 357.14º 0.6% 0.52% -
HSV(B) 357.14º 0.72% 0.8% -
XYZ 27.64 16.39 6.71 -
YUV 102.75 106.7 200.93 -
System Red Green Blue C M Y K H S L
Decimal 205 58 65 0 0.72 0.68 0.20 357.14 0.6 0.52
Hex CD 3A 41 0 48 44 14 165 3C 34
Octal 315 72 101 0 110 104 24 545 74 64
Binary 11001101 111010 1000001 0 1001000 1000100 10100 101100101 111100 110100

Color Harmonies of #CD3A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A41

Black with #CD3A41

Text Example


Text Example

White with #CD3A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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