Html Css Color HEX #82153B Claret

📋 copy color: '#82153B'

red 130 ◦ green 21 ◦ blue 59

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

Shades of Claret #82153B

Tints of Claret #82153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.1%

R = 61.9%
G = 10%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82153B (or 0x82153B) is known color: Claret. HEX triplet: 82, 15 and 3B. RGB value is (130,21,59). Sum of RGB (Red+Green+Blue) = 130+21+59=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82153B is #7DEAC4. Grayscale: #393939. Windows color (decimal): -8252101 or 3872130. OLE color: 3872130.

HSL color Cylindrical-coordinate representation of color #82153B: hue angle of 339.08º 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 #82153B is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 59 -
CMYK 0 0.84 0.55 0.49
HSL 339.08º 0.72% 0.3% -
HSV(B) 339.08º 0.84% 0.51% -
XYZ 10.26 5.6 4.68 -
YUV 57.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 130 21 59 0 0.84 0.55 0.49 339.08 0.72 0.3
Hex 82 15 3B 0 54 37 31 153 48 1E
Octal 202 25 73 0 124 67 61 523 110 36
Binary 10000010 10101 111011 0 1010100 110111 110001 101010011 1001000 11110

Color Harmonies of #82153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82153B

Black with #82153B

Text Example


Text Example

White with #82153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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