Html Css Color HEX #CC3439 Mahogany

📋 copy color: '#CC3439'

red 204 ◦ green 52 ◦ blue 57

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

Shades of Mahogany #CC3439

Tints of Mahogany #CC3439

RGB

 RED value IS 204 (80.08% from 255) = 65.18%

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 57 (22.66% from 255) = 18.21%

R = 65.18%
G = 16.61%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC3439 (or 0xCC3439) is known color: Mahogany. HEX triplet: CC, 34 and 39. RGB value is (204,52,57). Sum of RGB (Red+Green+Blue) = 204+52+57=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3439 is #33CBC6. Grayscale: #626262. Windows color (decimal): -3394503 or 3749068. OLE color: 3749068.

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

Color convert

RGB 204 52 57 -
CMYK 0 0.75 0.72 0.2
HSL 358.03º 0.6% 0.5% -
HSV(B) 358.03º 0.75% 0.8% -
XYZ 26.87 15.59 5.46 -
YUV 98.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 204 52 57 0 0.75 0.72 0.2 358.03 0.6 0.5
Hex CC 34 39 0 4B 48 14 166 3C 32
Octal 314 64 71 0 113 110 24 546 74 62
Binary 11001100 110100 111001 0 1001011 1001000 10100 101100110 111100 110010

Color Harmonies of #CC3439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3439

Black with #CC3439

Text Example


Text Example

White with #CC3439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3439; }

 p { color: rgb(204,52,57); }

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

background-color css

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

 a { background-color: rgb(204,52,57); }

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

border-color css

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

 span { border-color: rgb(204,52,57); }

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