Html Css Color HEX #CD373B Mahogany

📋 copy color: '#CD373B'

red 205 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #CD373B

Tints of Mahogany #CD373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.24%

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 64.26%
G = 17.24%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD373B (or 0xCD373B) is known color: Mahogany. HEX triplet: CD, 37 and 3B. RGB value is (205,55,59). Sum of RGB (Red+Green+Blue) = 205+55+59=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD373B is #32C8C4. Grayscale: #646464. Windows color (decimal): -3328197 or 3880909. OLE color: 3880909.

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

Color convert

RGB 205 55 59 -
CMYK 0 0.73 0.71 0.20
HSL 358.4º 0.6% 0.51% -
HSV(B) 358.4º 0.73% 0.8% -
XYZ 27.33 16.03 5.79 -
YUV 100.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 205 55 59 0 0.73 0.71 0.20 358.4 0.6 0.51
Hex CD 37 3B 0 49 47 14 166 3C 33
Octal 315 67 73 0 111 107 24 546 74 63
Binary 11001101 110111 111011 0 1001001 1000111 10100 101100110 111100 110011

Color Harmonies of #CD373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD373B

Black with #CD373B

Text Example


Text Example

White with #CD373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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