Html Css Color HEX #82153D Claret

📋 copy color: '#82153D'

red 130 ◦ green 21 ◦ blue 61

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

Shades of Claret #82153D

Tints of Claret #82153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

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

R = 61.32%
G = 9.91%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82153D (or 0x82153D) is known color: Claret. HEX triplet: 82, 15 and 3D. RGB value is (130,21,61). Sum of RGB (Red+Green+Blue) = 130+21+61=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82153D is #7DEAC2. Grayscale: #3A3A3A. Windows color (decimal): -8252099 or 4003202. OLE color: 4003202.

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

Color convert

RGB 130 21 61 -
CMYK 0 0.84 0.53 0.49
HSL 337.98º 0.72% 0.3% -
HSV(B) 337.98º 0.84% 0.51% -
XYZ 10.32 5.62 4.96 -
YUV 58.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 130 21 61 0 0.84 0.53 0.49 337.98 0.72 0.3
Hex 82 15 3D 0 54 35 31 152 48 1E
Octal 202 25 75 0 124 65 61 522 110 36
Binary 10000010 10101 111101 0 1010100 110101 110001 101010010 1001000 11110

Color Harmonies of #82153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82153D

Black with #82153D

Text Example


Text Example

White with #82153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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