Html Css Color HEX #C1272F Mahogany

📋 copy color: '#C1272F'

red 193 ◦ green 39 ◦ blue 47

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

Shades of Mahogany #C1272F

Tints of Mahogany #C1272F

RGB

 RED value IS 193 (75.78% from 255) = 69.18%

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

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

R = 69.18%
G = 13.98%
B = 16.85%

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

#C1272F (or 0xC1272F) is known color: Mahogany. HEX triplet: C1, 27 and 2F. RGB value is (193,39,47). Sum of RGB (Red+Green+Blue) = 193+39+47=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C1272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1272F is #3ED8D0. Grayscale: #565656. Windows color (decimal): -4118737 or 3090369. OLE color: 3090369.

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

Color convert

RGB 193 39 47 -
CMYK 0 0.80 0.76 0.24
HSL 356.88º 0.66% 0.45% -
HSV(B) 356.88º 0.8% 0.76% -
XYZ 23.23 12.99 3.97 -
YUV 85.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 193 39 47 0 0.80 0.76 0.24 356.88 0.66 0.45
Hex C1 27 2F 0 50 4C 18 165 42 2D
Octal 301 47 57 0 120 114 30 545 102 55
Binary 11000001 100111 101111 0 1010000 1001100 11000 101100101 1000010 101101

Color Harmonies of #C1272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1272F

Black with #C1272F

Text Example


Text Example

White with #C1272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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