Html Css Color HEX #CD3639 Mahogany

📋 copy color: '#CD3639'

red 205 ◦ green 54 ◦ blue 57

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

Shades of Mahogany #CD3639

Tints of Mahogany #CD3639

RGB

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

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

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

R = 64.87%
G = 17.09%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD3639 (or 0xCD3639) is known color: Mahogany. HEX triplet: CD, 36 and 39. RGB value is (205,54,57). Sum of RGB (Red+Green+Blue) = 205+54+57=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3639 is #32C9C6. Grayscale: #636363. Windows color (decimal): -3328455 or 3749581. OLE color: 3749581.

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

Color convert

RGB 205 54 57 -
CMYK 0 0.74 0.72 0.20
HSL 358.81º 0.6% 0.51% -
HSV(B) 358.81º 0.74% 0.8% -
XYZ 27.23 15.91 5.51 -
YUV 99.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 205 54 57 0 0.74 0.72 0.20 358.81 0.6 0.51
Hex CD 36 39 0 4A 48 14 167 3C 33
Octal 315 66 71 0 112 110 24 547 74 63
Binary 11001101 110110 111001 0 1001010 1001000 10100 101100111 111100 110011

Color Harmonies of #CD3639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3639

Black with #CD3639

Text Example


Text Example

White with #CD3639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3639; }

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

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

background-color css

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

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

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

border-color css

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

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

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