Html Css Color HEX #CD2937 Mahogany

📋 copy color: '#CD2937'

red 205 ◦ green 41 ◦ blue 55

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

Shades of Mahogany #CD2937

Tints of Mahogany #CD2937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 55 (21.88% from 255) = 18.27%

R = 68.11%
G = 13.62%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD2937 (or 0xCD2937) is known color: Mahogany. HEX triplet: CD, 29 and 37. RGB value is (205,41,55). Sum of RGB (Red+Green+Blue) = 205+41+55=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2937 is #32D6C8. Grayscale: #5B5B5B. Windows color (decimal): -3331785 or 3615181. OLE color: 3615181.

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

Color convert

RGB 205 41 55 -
CMYK 0 0.8 0.73 0.20
HSL 354.88º 0.67% 0.48% -
HSV(B) 354.88º 0.8% 0.8% -
XYZ 26.66 14.84 5.07 -
YUV 91.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 205 41 55 0 0.8 0.73 0.20 354.88 0.67 0.48
Hex CD 29 37 0 50 49 14 163 43 30
Octal 315 51 67 0 120 111 24 543 103 60
Binary 11001101 101001 110111 0 1010000 1001001 10100 101100011 1000011 110000

Color Harmonies of #CD2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2937

Black with #CD2937

Text Example


Text Example

White with #CD2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2937; }

 p { color: rgb(205,41,55); }

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

background-color css

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

 a { background-color: rgb(205,41,55); }

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

border-color css

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

 span { border-color: rgb(205,41,55); }

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