Html Css Color HEX #CD3640 Mahogany

📋 copy color: '#CD3640'

red 205 ◦ green 54 ◦ blue 64

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

Shades of Mahogany #CD3640

Tints of Mahogany #CD3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 63.47%
G = 16.72%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD3640 (or 0xCD3640) is known color: Mahogany. HEX triplet: CD, 36 and 40. RGB value is (205,54,64). Sum of RGB (Red+Green+Blue) = 205+54+64=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3640 is #32C9BF. Grayscale: #646464. Windows color (decimal): -3328448 or 4208333. OLE color: 4208333.

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

Color convert

RGB 205 54 64 -
CMYK 0 0.74 0.69 0.20
HSL 356.03º 0.6% 0.51% -
HSV(B) 356.03º 0.74% 0.8% -
XYZ 27.42 15.99 6.49 -
YUV 100.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 205 54 64 0 0.74 0.69 0.20 356.03 0.6 0.51
Hex CD 36 40 0 4A 45 14 164 3C 33
Octal 315 66 100 0 112 105 24 544 74 63
Binary 11001101 110110 1000000 0 1001010 1000101 10100 101100100 111100 110011

Color Harmonies of #CD3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3640

Black with #CD3640

Text Example


Text Example

White with #CD3640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3640; }

 p { color: rgb(205,54,64); }

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

background-color css

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

 a { background-color: rgb(205,54,64); }

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

border-color css

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

 span { border-color: rgb(205,54,64); }

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