Html Css Color HEX #83103A Claret

📋 copy color: '#83103A'

red 131 ◦ green 16 ◦ blue 58

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

Shades of Claret #83103A

Tints of Claret #83103A

RGB

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

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

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

R = 63.9%
G = 7.8%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83103A (or 0x83103A) is known color: Claret. HEX triplet: 83, 10 and 3A. RGB value is (131,16,58). Sum of RGB (Red+Green+Blue) = 131+16+58=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #83103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83103A is #7CEFC5. Grayscale: #373737. Windows color (decimal): -8187846 or 3805315. OLE color: 3805315.

HSL color Cylindrical-coordinate representation of color #83103A: hue angle of 338.09º 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 #83103A is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 58 -
CMYK 0 0.88 0.56 0.49
HSL 338.09º 0.78% 0.29% -
HSV(B) 338.09º 0.88% 0.51% -
XYZ 10.31 5.5 4.52 -
YUV 55.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 131 16 58 0 0.88 0.56 0.49 338.09 0.78 0.29
Hex 83 10 3A 0 58 38 31 152 4E 1D
Octal 203 20 72 0 130 70 61 522 116 35
Binary 10000011 10000 111010 0 1011000 111000 110001 101010010 1001110 11101

Color Harmonies of #83103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83103A

Black with #83103A

Text Example


Text Example

White with #83103A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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