Html Css Color HEX #CD3A3B Mahogany

📋 copy color: '#CD3A3B'

red 205 ◦ green 58 ◦ blue 59

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

Shades of Mahogany #CD3A3B

Tints of Mahogany #CD3A3B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

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

R = 63.66%
G = 18.01%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD3A3B (or 0xCD3A3B) is known color: Mahogany. HEX triplet: CD, 3A and 3B. RGB value is (205,58,59). Sum of RGB (Red+Green+Blue) = 205+58+59=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A3B is #32C5C4. Grayscale: #666666. Windows color (decimal): -3327429 or 3881677. OLE color: 3881677.

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

Color convert

RGB 205 58 59 -
CMYK 0 0.72 0.71 0.20
HSL 359.59º 0.6% 0.52% -
HSV(B) 359.59º 0.72% 0.8% -
XYZ 27.48 16.32 5.84 -
YUV 102.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 205 58 59 0 0.72 0.71 0.20 359.59 0.6 0.52
Hex CD 3A 3B 0 48 47 14 168 3C 34
Octal 315 72 73 0 110 107 24 550 74 64
Binary 11001101 111010 111011 0 1001000 1000111 10100 101101000 111100 110100

Color Harmonies of #CD3A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A3B

Black with #CD3A3B

Text Example


Text Example

White with #CD3A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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