Html Css Color HEX #C83A41 Mahogany

📋 copy color: '#C83A41'

red 200 ◦ green 58 ◦ blue 65

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

Shades of Mahogany #C83A41

Tints of Mahogany #C83A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 61.92%
G = 17.96%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C83A41 (or 0xC83A41) is known color: Mahogany. HEX triplet: C8, 3A and 41. RGB value is (200,58,65). Sum of RGB (Red+Green+Blue) = 200+58+65=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A41 is #37C5BE. Grayscale: #656565. Windows color (decimal): -3655103 or 4274888. OLE color: 4274888.

HSL color Cylindrical-coordinate representation of color #C83A41: hue angle of 357.04º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83A41 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 58 65 -
CMYK 0 0.71 0.68 0.22
HSL 357.04º 0.56% 0.51% -
HSV(B) 357.04º 0.71% 0.78% -
XYZ 26.29 15.69 6.64 -
YUV 101.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 200 58 65 0 0.71 0.68 0.22 357.04 0.56 0.51
Hex C8 3A 41 0 47 44 16 165 38 33
Octal 310 72 101 0 107 104 26 545 70 63
Binary 11001000 111010 1000001 0 1000111 1000100 10110 101100101 111000 110011

Color Harmonies of #C83A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A41

Black with #C83A41

Text Example


Text Example

White with #C83A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A41; }

 p { color: rgb(200,58,65); }

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

background-color css

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

 a { background-color: rgb(200,58,65); }

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

border-color css

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

 span { border-color: rgb(200,58,65); }

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