Html Css Color HEX #82143A Claret

📋 copy color: '#82143A'

red 130 ◦ green 20 ◦ blue 58

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

Shades of Claret #82143A

Tints of Claret #82143A

RGB

 RED value IS 130 (51.17% from 255) = 62.5%

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

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

R = 62.5%
G = 9.62%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82143A (or 0x82143A) is known color: Claret. HEX triplet: 82, 14 and 3A. RGB value is (130,20,58). Sum of RGB (Red+Green+Blue) = 130+20+58=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82143A is #7DEBC5. Grayscale: #393939. Windows color (decimal): -8252358 or 3806338. OLE color: 3806338.

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

Color convert

RGB 130 20 58 -
CMYK 0 0.85 0.55 0.49
HSL 339.27º 0.73% 0.29% -
HSV(B) 339.27º 0.85% 0.51% -
XYZ 10.22 5.55 4.54 -
YUV 57.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 130 20 58 0 0.85 0.55 0.49 339.27 0.73 0.29
Hex 82 14 3A 0 55 37 31 153 49 1D
Octal 202 24 72 0 125 67 61 523 111 35
Binary 10000010 10100 111010 0 1010101 110111 110001 101010011 1001001 11101

Color Harmonies of #82143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82143A

Black with #82143A

Text Example


Text Example

White with #82143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,20,58); }

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

background-color css

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

 a { background-color: rgb(130,20,58); }

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

border-color css

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

 span { border-color: rgb(130,20,58); }

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