Html Css Color HEX #C83138 Mahogany

📋 copy color: '#C83138'

red 200 ◦ green 49 ◦ blue 56

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

Shades of Mahogany #C83138

Tints of Mahogany #C83138

RGB

 RED value IS 200 (78.52% from 255) = 65.57%

 GREEN value IS 49 (19.53% from 255) = 16.07%

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 65.57%
G = 16.07%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C83138 (or 0xC83138) is known color: Mahogany. HEX triplet: C8, 31 and 38. RGB value is (200,49,56). Sum of RGB (Red+Green+Blue) = 200+49+56=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C83138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83138 is #37CEC7. Grayscale: #5F5F5F. Windows color (decimal): -3657416 or 3682760. OLE color: 3682760.

HSL color Cylindrical-coordinate representation of color #C83138: hue angle of 357.22º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83138 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 56 -
CMYK 0 0.76 0.72 0.22
HSL 357.22º 0.61% 0.49% -
HSV(B) 357.22º 0.76% 0.78% -
XYZ 25.63 14.76 5.24 -
YUV 94.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 200 49 56 0 0.76 0.72 0.22 357.22 0.61 0.49
Hex C8 31 38 0 4C 48 16 165 3D 31
Octal 310 61 70 0 114 110 26 545 75 61
Binary 11001000 110001 111000 0 1001100 1001000 10110 101100101 111101 110001

Color Harmonies of #C83138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83138

Black with #C83138

Text Example


Text Example

White with #C83138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83138; }

 p { color: rgb(200,49,56); }

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

background-color css

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

 a { background-color: rgb(200,49,56); }

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

border-color css

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

 span { border-color: rgb(200,49,56); }

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