Html Css Color HEX #83113C Claret

📋 copy color: '#83113C'

red 131 ◦ green 17 ◦ blue 60

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

Shades of Claret #83113C

Tints of Claret #83113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 62.98%
G = 8.17%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83113C (or 0x83113C) is known color: Claret. HEX triplet: 83, 11 and 3C. RGB value is (131,17,60). Sum of RGB (Red+Green+Blue) = 131+17+60=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83113C is #7CEEC3. Grayscale: #373737. Windows color (decimal): -8187588 or 3936643. OLE color: 3936643.

HSL color Cylindrical-coordinate representation of color #83113C: hue angle of 337.37º 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 #83113C is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 17 60 -
CMYK 0 0.87 0.54 0.49
HSL 337.37º 0.77% 0.29% -
HSV(B) 337.37º 0.87% 0.51% -
XYZ 10.38 5.55 4.8 -
YUV 55.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 131 17 60 0 0.87 0.54 0.49 337.37 0.77 0.29
Hex 83 11 3C 0 57 36 31 151 4D 1D
Octal 203 21 74 0 127 66 61 521 115 35
Binary 10000011 10001 111100 0 1010111 110110 110001 101010001 1001101 11101

Color Harmonies of #83113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83113C

Black with #83113C

Text Example


Text Example

White with #83113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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