Html Css Color HEX #82193E Claret

📋 copy color: '#82193E'

red 130 ◦ green 25 ◦ blue 62

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

Shades of Claret #82193E

Tints of Claret #82193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

 BLUE value IS 62 (24.61% from 255) = 28.57%

R = 59.91%
G = 11.52%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82193E (or 0x82193E) is known color: Claret. HEX triplet: 82, 19 and 3E. RGB value is (130,25,62). Sum of RGB (Red+Green+Blue) = 130+25+62=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #82193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82193E is #7DE6C1. Grayscale: #3C3C3C. Windows color (decimal): -8251074 or 4069762. OLE color: 4069762.

HSL color Cylindrical-coordinate representation of color #82193E: hue angle of 338.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82193E is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 62 -
CMYK 0 0.81 0.52 0.49
HSL 338.86º 0.68% 0.3% -
HSV(B) 338.86º 0.81% 0.51% -
XYZ 10.42 5.79 5.13 -
YUV 60.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 130 25 62 0 0.81 0.52 0.49 338.86 0.68 0.3
Hex 82 19 3E 0 51 34 31 153 44 1E
Octal 202 31 76 0 121 64 61 523 104 36
Binary 10000010 11001 111110 0 1010001 110100 110001 101010011 1000100 11110

Color Harmonies of #82193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82193E

Black with #82193E

Text Example


Text Example

White with #82193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82193E; }

 p { color: rgb(130,25,62); }

 H1.HeaderClassName
 {
   color: #82193E;
 }
 .AnyTagClassName
 {
   color: #82193E;
 }
</style>

background-color css

<style>
 a { background-color: #82193E; }

 a { background-color: rgb(130,25,62); }

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

border-color css

<style>
 span { border-color: #82193E; }

 span { border-color: rgb(130,25,62); }

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