Html Css Color HEX #CD373D Mahogany

📋 copy color: '#CD373D'

red 205 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #CD373D

Tints of Mahogany #CD373D

RGB

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

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

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

R = 63.86%
G = 17.13%
B = 19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD373D (or 0xCD373D) is known color: Mahogany. HEX triplet: CD, 37 and 3D. RGB value is (205,55,61). Sum of RGB (Red+Green+Blue) = 205+55+61=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD373D is #32C8C2. Grayscale: #646464. Windows color (decimal): -3328195 or 4011981. OLE color: 4011981.

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

Color convert

RGB 205 55 61 -
CMYK 0 0.73 0.70 0.20
HSL 357.6º 0.6% 0.51% -
HSV(B) 357.6º 0.73% 0.8% -
XYZ 27.39 16.05 6.07 -
YUV 100.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 205 55 61 0 0.73 0.70 0.20 357.6 0.6 0.51
Hex CD 37 3D 0 49 46 14 166 3C 33
Octal 315 67 75 0 111 106 24 546 74 63
Binary 11001101 110111 111101 0 1001001 1000110 10100 101100110 111100 110011

Color Harmonies of #CD373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD373D

Black with #CD373D

Text Example


Text Example

White with #CD373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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