Html Css Color HEX #821339 Claret

📋 copy color: '#821339'

red 130 ◦ green 19 ◦ blue 57

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

Shades of Claret #821339

Tints of Claret #821339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

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

R = 63.11%
G = 9.22%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#821339 (or 0x821339) is known color: Claret. HEX triplet: 82, 13 and 39. RGB value is (130,19,57). Sum of RGB (Red+Green+Blue) = 130+19+57=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #821339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821339 is #7DECC6. Grayscale: #383838. Windows color (decimal): -8252615 or 3740546. OLE color: 3740546.

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

Color convert

RGB 130 19 57 -
CMYK 0 0.85 0.56 0.49
HSL 339.46º 0.74% 0.29% -
HSV(B) 339.46º 0.85% 0.51% -
XYZ 10.18 5.51 4.4 -
YUV 56.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 130 19 57 0 0.85 0.56 0.49 339.46 0.74 0.29
Hex 82 13 39 0 55 38 31 153 4A 1D
Octal 202 23 71 0 125 70 61 523 112 35
Binary 10000010 10011 111001 0 1010101 111000 110001 101010011 1001010 11101

Color Harmonies of #821339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821339

Black with #821339

Text Example


Text Example

White with #821339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821339; }

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

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

background-color css

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

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

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

border-color css

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

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

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