Html Css Color HEX #C33B3E Mahogany

📋 copy color: '#C33B3E'

red 195 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #C33B3E

Tints of Mahogany #C33B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.67%

 BLUE value IS 62 (24.61% from 255) = 19.62%

R = 61.71%
G = 18.67%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C33B3E (or 0xC33B3E) is known color: Mahogany. HEX triplet: C3, 3B and 3E. RGB value is (195,59,62). Sum of RGB (Red+Green+Blue) = 195+59+62=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33B3E is #3CC4C1. Grayscale: #646464. Windows color (decimal): -3982530 or 4078531. OLE color: 4078531.

HSL color Cylindrical-coordinate representation of color #C33B3E: hue angle of 358.68º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33B3E is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 59 62 -
CMYK 0 0.70 0.68 0.24
HSL 358.68º 0.54% 0.5% -
HSV(B) 358.68º 0.7% 0.76% -
XYZ 24.94 15.08 6.15 -
YUV 100.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 195 59 62 0 0.70 0.68 0.24 358.68 0.54 0.5
Hex C3 3B 3E 0 46 44 18 167 36 32
Octal 303 73 76 0 106 104 30 547 66 62
Binary 11000011 111011 111110 0 1000110 1000100 11000 101100111 110110 110010

Color Harmonies of #C33B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33B3E

Black with #C33B3E

Text Example


Text Example

White with #C33B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33B3E; }

 p { color: rgb(195,59,62); }

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

background-color css

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

 a { background-color: rgb(195,59,62); }

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

border-color css

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

 span { border-color: rgb(195,59,62); }

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