Html Css Color HEX #83113B Claret

📋 copy color: '#83113B'

red 131 ◦ green 17 ◦ blue 59

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

Shades of Claret #83113B

Tints of Claret #83113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.5%

R = 63.29%
G = 8.21%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83113B (or 0x83113B) is known color: Claret. HEX triplet: 83, 11 and 3B. RGB value is (131,17,59). Sum of RGB (Red+Green+Blue) = 131+17+59=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #83113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83113B is #7CEEC4. Grayscale: #373737. Windows color (decimal): -8187589 or 3871107. OLE color: 3871107.

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

Color convert

RGB 131 17 59 -
CMYK 0 0.87 0.55 0.49
HSL 337.89º 0.77% 0.29% -
HSV(B) 337.89º 0.87% 0.51% -
XYZ 10.35 5.54 4.66 -
YUV 55.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 131 17 59 0 0.87 0.55 0.49 337.89 0.77 0.29
Hex 83 11 3B 0 57 37 31 152 4D 1D
Octal 203 21 73 0 127 67 61 522 115 35
Binary 10000011 10001 111011 0 1010111 110111 110001 101010010 1001101 11101

Color Harmonies of #83113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83113B

Black with #83113B

Text Example


Text Example

White with #83113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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