Html Css Color HEX #83143D Claret

📋 copy color: '#83143D'

red 131 ◦ green 20 ◦ blue 61

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

Shades of Claret #83143D

Tints of Claret #83143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.43%

 BLUE value IS 61 (24.22% from 255) = 28.77%

R = 61.79%
G = 9.43%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83143D (or 0x83143D) is known color: Claret. HEX triplet: 83, 14 and 3D. RGB value is (131,20,61). Sum of RGB (Red+Green+Blue) = 131+20+61=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83143D is #7CEBC2. Grayscale: #393939. Windows color (decimal): -8186819 or 4002947. OLE color: 4002947.

HSL color Cylindrical-coordinate representation of color #83143D: hue angle of 337.84º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83143D is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 20 61 -
CMYK 0 0.85 0.53 0.49
HSL 337.84º 0.74% 0.3% -
HSV(B) 337.84º 0.85% 0.51% -
XYZ 10.45 5.66 4.96 -
YUV 57.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 131 20 61 0 0.85 0.53 0.49 337.84 0.74 0.3
Hex 83 14 3D 0 55 35 31 152 4A 1E
Octal 203 24 75 0 125 65 61 522 112 36
Binary 10000011 10100 111101 0 1010101 110101 110001 101010010 1001010 11110

Color Harmonies of #83143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83143D

Black with #83143D

Text Example


Text Example

White with #83143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83143D; }

 p { color: rgb(131,20,61); }

 H1.HeaderClassName
 {
   color: #83143D;
 }
 .AnyTagClassName
 {
   color: #83143D;
 }
</style>

background-color css

<style>
 a { background-color: #83143D; }

 a { background-color: rgb(131,20,61); }

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

border-color css

<style>
 span { border-color: #83143D; }

 span { border-color: rgb(131,20,61); }

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