Html Css Color HEX #C3272F Mahogany

📋 copy color: '#C3272F'

red 195 ◦ green 39 ◦ blue 47

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

Shades of Mahogany #C3272F

Tints of Mahogany #C3272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 69.4%
G = 13.88%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3272F (or 0xC3272F) is known color: Mahogany. HEX triplet: C3, 27 and 2F. RGB value is (195,39,47). Sum of RGB (Red+Green+Blue) = 195+39+47=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C3272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3272F is #3CD8D0. Grayscale: #565656. Windows color (decimal): -3987665 or 3090371. OLE color: 3090371.

HSL color Cylindrical-coordinate representation of color #C3272F: hue angle of 356.92º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3272F is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 47 -
CMYK 0 0.80 0.76 0.24
HSL 356.92º 0.67% 0.46% -
HSV(B) 356.92º 0.8% 0.76% -
XYZ 23.74 13.26 4 -
YUV 86.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 195 39 47 0 0.80 0.76 0.24 356.92 0.67 0.46
Hex C3 27 2F 0 50 4C 18 165 43 2E
Octal 303 47 57 0 120 114 30 545 103 56
Binary 11000011 100111 101111 0 1010000 1001100 11000 101100101 1000011 101110

Color Harmonies of #C3272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3272F

Black with #C3272F

Text Example


Text Example

White with #C3272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3272F; }

 p { color: rgb(195,39,47); }

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

background-color css

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

 a { background-color: rgb(195,39,47); }

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

border-color css

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

 span { border-color: rgb(195,39,47); }

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