Html Css Color HEX #83103B Claret

📋 copy color: '#83103B'

red 131 ◦ green 16 ◦ blue 59

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

Shades of Claret #83103B

Tints of Claret #83103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 63.59%
G = 7.77%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83103B (or 0x83103B) is known color: Claret. HEX triplet: 83, 10 and 3B. RGB value is (131,16,59). Sum of RGB (Red+Green+Blue) = 131+16+59=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #83103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83103B is #7CEFC4. Grayscale: #373737. Windows color (decimal): -8187845 or 3870851. OLE color: 3870851.

HSL color Cylindrical-coordinate representation of color #83103B: hue angle of 337.57º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83103B is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 59 -
CMYK 0 0.88 0.55 0.49
HSL 337.57º 0.78% 0.29% -
HSV(B) 337.57º 0.88% 0.51% -
XYZ 10.33 5.51 4.66 -
YUV 55.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 131 16 59 0 0.88 0.55 0.49 337.57 0.78 0.29
Hex 83 10 3B 0 58 37 31 152 4E 1D
Octal 203 20 73 0 130 67 61 522 116 35
Binary 10000011 10000 111011 0 1011000 110111 110001 101010010 1001110 11101

Color Harmonies of #83103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83103B

Black with #83103B

Text Example


Text Example

White with #83103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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