Html Css Color HEX #CD3A3D Mahogany

📋 copy color: '#CD3A3D'

red 205 ◦ green 58 ◦ blue 61

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

Shades of Mahogany #CD3A3D

Tints of Mahogany #CD3A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 63.27%
G = 17.9%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD3A3D (or 0xCD3A3D) is known color: Mahogany. HEX triplet: CD, 3A and 3D. RGB value is (205,58,61). Sum of RGB (Red+Green+Blue) = 205+58+61=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A3D is #32C5C2. Grayscale: #666666. Windows color (decimal): -3327427 or 4012749. OLE color: 4012749.

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

Color convert

RGB 205 58 61 -
CMYK 0 0.72 0.70 0.20
HSL 358.78º 0.6% 0.52% -
HSV(B) 358.78º 0.72% 0.8% -
XYZ 27.53 16.34 6.12 -
YUV 102.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 205 58 61 0 0.72 0.70 0.20 358.78 0.6 0.52
Hex CD 3A 3D 0 48 46 14 167 3C 34
Octal 315 72 75 0 110 106 24 547 74 64
Binary 11001101 111010 111101 0 1001000 1000110 10100 101100111 111100 110100

Color Harmonies of #CD3A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A3D

Black with #CD3A3D

Text Example


Text Example

White with #CD3A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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