Html Css Color HEX #82123C Claret

📋 copy color: '#82123C'

red 130 ◦ green 18 ◦ blue 60

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

Shades of Claret #82123C

Tints of Claret #82123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 62.5%
G = 8.65%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#82123C (or 0x82123C) is known color: Claret. HEX triplet: 82, 12 and 3C. RGB value is (130,18,60). Sum of RGB (Red+Green+Blue) = 130+18+60=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82123C is #7DEDC3. Grayscale: #383838. Windows color (decimal): -8252868 or 3936898. OLE color: 3936898.

HSL color Cylindrical-coordinate representation of color #82123C: hue angle of 337.5º 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 #82123C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 60 -
CMYK 0 0.86 0.54 0.49
HSL 337.5º 0.76% 0.29% -
HSV(B) 337.5º 0.86% 0.51% -
XYZ 10.24 5.5 4.8 -
YUV 56.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 130 18 60 0 0.86 0.54 0.49 337.5 0.76 0.29
Hex 82 12 3C 0 56 36 31 152 4C 1D
Octal 202 22 74 0 126 66 61 522 114 35
Binary 10000010 10010 111100 0 1010110 110110 110001 101010010 1001100 11101

Color Harmonies of #82123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82123C

Black with #82123C

Text Example


Text Example

White with #82123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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