Html Css Color HEX #821039 Claret

📋 copy color: '#821039'

red 130 ◦ green 16 ◦ blue 57

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

Shades of Claret #821039

Tints of Claret #821039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 57 (22.66% from 255) = 28.08%

R = 64.04%
G = 7.88%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#821039 (or 0x821039) is known color: Claret. HEX triplet: 82, 10 and 39. RGB value is (130,16,57). Sum of RGB (Red+Green+Blue) = 130+16+57=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #821039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821039 is #7DEFC6. Grayscale: #363636. Windows color (decimal): -8253383 or 3739778. OLE color: 3739778.

HSL color Cylindrical-coordinate representation of color #821039: hue angle of 338.42º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821039 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 16 57 -
CMYK 0 0.88 0.56 0.49
HSL 338.42º 0.78% 0.29% -
HSV(B) 338.42º 0.88% 0.51% -
XYZ 10.13 5.41 4.38 -
YUV 54.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 130 16 57 0 0.88 0.56 0.49 338.42 0.78 0.29
Hex 82 10 39 0 58 38 31 152 4E 1D
Octal 202 20 71 0 130 70 61 522 116 35
Binary 10000010 10000 111001 0 1011000 111000 110001 101010010 1001110 11101

Color Harmonies of #821039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821039

Black with #821039

Text Example


Text Example

White with #821039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821039; }

 p { color: rgb(130,16,57); }

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

background-color css

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

 a { background-color: rgb(130,16,57); }

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

border-color css

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

 span { border-color: rgb(130,16,57); }

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