Html Css Color HEX #82173D Claret

📋 copy color: '#82173D'

red 130 ◦ green 23 ◦ blue 61

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

Shades of Claret #82173D

Tints of Claret #82173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 60.75%
G = 10.75%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82173D (or 0x82173D) is known color: Claret. HEX triplet: 82, 17 and 3D. RGB value is (130,23,61). Sum of RGB (Red+Green+Blue) = 130+23+61=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #82173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82173D is #7DE8C2. Grayscale: #3B3B3B. Windows color (decimal): -8251587 or 4003714. OLE color: 4003714.

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

Color convert

RGB 130 23 61 -
CMYK 0 0.82 0.53 0.49
HSL 338.69º 0.7% 0.3% -
HSV(B) 338.69º 0.82% 0.51% -
XYZ 10.35 5.7 4.97 -
YUV 59.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 130 23 61 0 0.82 0.53 0.49 338.69 0.7 0.3
Hex 82 17 3D 0 52 35 31 153 46 1E
Octal 202 27 75 0 122 65 61 523 106 36
Binary 10000010 10111 111101 0 1010010 110101 110001 101010011 1000110 11110

Color Harmonies of #82173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82173D

Black with #82173D

Text Example


Text Example

White with #82173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,23,61); }

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

background-color css

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

 a { background-color: rgb(130,23,61); }

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

border-color css

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

 span { border-color: rgb(130,23,61); }

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