Html Css Color HEX #C33039 Mahogany

📋 copy color: '#C33039'

red 195 ◦ green 48 ◦ blue 57

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

Shades of Mahogany #C33039

Tints of Mahogany #C33039

RGB

 RED value IS 195 (76.56% from 255) = 65%

 GREEN value IS 48 (19.14% from 255) = 16%

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

R = 65%
G = 16%
B = 19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C33039 (or 0xC33039) is known color: Mahogany. HEX triplet: C3, 30 and 39. RGB value is (195,48,57). Sum of RGB (Red+Green+Blue) = 195+48+57=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C33039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33039 is #3CCFC6. Grayscale: #5D5D5D. Windows color (decimal): -3985351 or 3748035. OLE color: 3748035.

HSL color Cylindrical-coordinate representation of color #C33039: hue angle of 356.33º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33039 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 48 57 -
CMYK 0 0.75 0.71 0.24
HSL 356.33º 0.6% 0.48% -
HSV(B) 356.33º 0.75% 0.76% -
XYZ 24.3 14.01 5.29 -
YUV 92.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 195 48 57 0 0.75 0.71 0.24 356.33 0.6 0.48
Hex C3 30 39 0 4B 47 18 164 3C 30
Octal 303 60 71 0 113 107 30 544 74 60
Binary 11000011 110000 111001 0 1001011 1000111 11000 101100100 111100 110000

Color Harmonies of #C33039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33039

Black with #C33039

Text Example


Text Example

White with #C33039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33039; }

 p { color: rgb(195,48,57); }

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

background-color css

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

 a { background-color: rgb(195,48,57); }

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

border-color css

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

 span { border-color: rgb(195,48,57); }

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