Html Css Color HEX #82123A Claret

📋 copy color: '#82123A'

red 130 ◦ green 18 ◦ blue 58

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

Shades of Claret #82123A

Tints of Claret #82123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 63.11%
G = 8.74%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82123A (or 0x82123A) is known color: Claret. HEX triplet: 82, 12 and 3A. RGB value is (130,18,58). Sum of RGB (Red+Green+Blue) = 130+18+58=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82123A is #7DEDC5. Grayscale: #383838. Windows color (decimal): -8252870 or 3805826. OLE color: 3805826.

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

Color convert

RGB 130 18 58 -
CMYK 0 0.86 0.55 0.49
HSL 338.57º 0.76% 0.29% -
HSV(B) 338.57º 0.86% 0.51% -
XYZ 10.19 5.48 4.52 -
YUV 56.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 130 18 58 0 0.86 0.55 0.49 338.57 0.76 0.29
Hex 82 12 3A 0 56 37 31 153 4C 1D
Octal 202 22 72 0 126 67 61 523 114 35
Binary 10000010 10010 111010 0 1010110 110111 110001 101010011 1001100 11101

Color Harmonies of #82123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82123A

Black with #82123A

Text Example


Text Example

White with #82123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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