Html Css Color HEX #C83034 Mahogany

📋 copy color: '#C83034'

red 200 ◦ green 48 ◦ blue 52

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

Shades of Mahogany #C83034

Tints of Mahogany #C83034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16%

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 66.67%
G = 16%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C83034 (or 0xC83034) is known color: Mahogany. HEX triplet: C8, 30 and 34. RGB value is (200,48,52). Sum of RGB (Red+Green+Blue) = 200+48+52=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C83034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83034 is #37CFCB. Grayscale: #5E5E5E. Windows color (decimal): -3657676 or 3420360. OLE color: 3420360.

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

Color convert

RGB 200 48 52 -
CMYK 0 0.76 0.74 0.22
HSL 358.42º 0.61% 0.49% -
HSV(B) 358.42º 0.76% 0.78% -
XYZ 25.5 14.64 4.73 -
YUV 93.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 200 48 52 0 0.76 0.74 0.22 358.42 0.61 0.49
Hex C8 30 34 0 4C 4A 16 166 3D 31
Octal 310 60 64 0 114 112 26 546 75 61
Binary 11001000 110000 110100 0 1001100 1001010 10110 101100110 111101 110001

Color Harmonies of #C83034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83034

Black with #C83034

Text Example


Text Example

White with #C83034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83034; }

 p { color: rgb(200,48,52); }

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

background-color css

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

 a { background-color: rgb(200,48,52); }

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

border-color css

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

 span { border-color: rgb(200,48,52); }

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