Html Css Color HEX #CD313B Mahogany

📋 copy color: '#CD313B'

red 205 ◦ green 49 ◦ blue 59

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

Shades of Mahogany #CD313B

Tints of Mahogany #CD313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

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

R = 65.5%
G = 15.65%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD313B (or 0xCD313B) is known color: Mahogany. HEX triplet: CD, 31 and 3B. RGB value is (205,49,59). Sum of RGB (Red+Green+Blue) = 205+49+59=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD313B is #32CEC4. Grayscale: #606060. Windows color (decimal): -3329733 or 3879373. OLE color: 3879373.

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

Color convert

RGB 205 49 59 -
CMYK 0 0.76 0.71 0.20
HSL 356.15º 0.61% 0.5% -
HSV(B) 356.15º 0.76% 0.8% -
XYZ 27.06 15.49 5.7 -
YUV 96.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 205 49 59 0 0.76 0.71 0.20 356.15 0.61 0.5
Hex CD 31 3B 0 4C 47 14 164 3D 32
Octal 315 61 73 0 114 107 24 544 75 62
Binary 11001101 110001 111011 0 1001100 1000111 10100 101100100 111101 110010

Color Harmonies of #CD313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD313B

Black with #CD313B

Text Example


Text Example

White with #CD313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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