Html Css Color HEX #C3363D Mahogany

📋 copy color: '#C3363D'

red 195 ◦ green 54 ◦ blue 61

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

Shades of Mahogany #C3363D

Tints of Mahogany #C3363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.42%

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 62.9%
G = 17.42%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3363D (or 0xC3363D) is known color: Mahogany. HEX triplet: C3, 36 and 3D. RGB value is (195,54,61). Sum of RGB (Red+Green+Blue) = 195+54+61=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3363D is #3CC9C2. Grayscale: #616161. Windows color (decimal): -3983811 or 4011715. OLE color: 4011715.

HSL color Cylindrical-coordinate representation of color #C3363D: hue angle of 357.02º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3363D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 61 -
CMYK 0 0.72 0.69 0.24
HSL 357.02º 0.57% 0.49% -
HSV(B) 357.02º 0.72% 0.76% -
XYZ 24.67 14.58 5.93 -
YUV 96.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 195 54 61 0 0.72 0.69 0.24 357.02 0.57 0.49
Hex C3 36 3D 0 48 45 18 165 39 31
Octal 303 66 75 0 110 105 30 545 71 61
Binary 11000011 110110 111101 0 1001000 1000101 11000 101100101 111001 110001

Color Harmonies of #C3363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3363D

Black with #C3363D

Text Example


Text Example

White with #C3363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3363D; }

 p { color: rgb(195,54,61); }

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

background-color css

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

 a { background-color: rgb(195,54,61); }

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

border-color css

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

 span { border-color: rgb(195,54,61); }

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