Html Css Color HEX #C83236 Mahogany

📋 copy color: '#C83236'

red 200 ◦ green 50 ◦ blue 54

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

Shades of Mahogany #C83236

Tints of Mahogany #C83236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

 BLUE value IS 54 (21.48% from 255) = 17.76%

R = 65.79%
G = 16.45%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C83236 (or 0xC83236) is known color: Mahogany. HEX triplet: C8, 32 and 36. RGB value is (200,50,54). Sum of RGB (Red+Green+Blue) = 200+50+54=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C83236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83236 is #37CDC9. Grayscale: #5F5F5F. Windows color (decimal): -3657162 or 3551944. OLE color: 3551944.

HSL color Cylindrical-coordinate representation of color #C83236: hue angle of 358.4º degrees, saturation: 0.6, 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 #C83236 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 50 54 -
CMYK 0 0.75 0.73 0.22
HSL 358.4º 0.6% 0.49% -
HSV(B) 358.4º 0.75% 0.78% -
XYZ 25.63 14.83 5 -
YUV 95.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 200 50 54 0 0.75 0.73 0.22 358.4 0.6 0.49
Hex C8 32 36 0 4B 49 16 166 3C 31
Octal 310 62 66 0 113 111 26 546 74 61
Binary 11001000 110010 110110 0 1001011 1001001 10110 101100110 111100 110001

Color Harmonies of #C83236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83236

Black with #C83236

Text Example


Text Example

White with #C83236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83236; }

 p { color: rgb(200,50,54); }

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

background-color css

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

 a { background-color: rgb(200,50,54); }

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

border-color css

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

 span { border-color: rgb(200,50,54); }

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