Html Css Color HEX #83113A Claret

📋 copy color: '#83113A'

red 131 ◦ green 17 ◦ blue 58

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

Shades of Claret #83113A

Tints of Claret #83113A

RGB

 RED value IS 131 (51.56% from 255) = 63.59%

 GREEN value IS 17 (7.03% from 255) = 8.25%

 BLUE value IS 58 (23.05% from 255) = 28.16%

R = 63.59%
G = 8.25%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83113A (or 0x83113A) is known color: Claret. HEX triplet: 83, 11 and 3A. RGB value is (131,17,58). Sum of RGB (Red+Green+Blue) = 131+17+58=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #83113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83113A is #7CEEC5. Grayscale: #373737. Windows color (decimal): -8187590 or 3805571. OLE color: 3805571.

HSL color Cylindrical-coordinate representation of color #83113A: hue angle of 338.42º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83113A is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 17 58 -
CMYK 0 0.87 0.56 0.49
HSL 338.42º 0.77% 0.29% -
HSV(B) 338.42º 0.87% 0.51% -
XYZ 10.32 5.53 4.53 -
YUV 55.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 131 17 58 0 0.87 0.56 0.49 338.42 0.77 0.29
Hex 83 11 3A 0 57 38 31 152 4D 1D
Octal 203 21 72 0 127 70 61 522 115 35
Binary 10000011 10001 111010 0 1010111 111000 110001 101010010 1001101 11101

Color Harmonies of #83113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83113A

Black with #83113A

Text Example


Text Example

White with #83113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83113A; }

 p { color: rgb(131,17,58); }

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

background-color css

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

 a { background-color: rgb(131,17,58); }

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

border-color css

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

 span { border-color: rgb(131,17,58); }

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