Html Css Color HEX #82214B Disco

📋 copy color: '#82214B'

red 130 ◦ green 33 ◦ blue 75

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

Shades of Disco #82214B

Tints of Disco #82214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.87%

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 54.62%
G = 13.87%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82214B (or 0x82214B) is known color: Disco. HEX triplet: 82, 21 and 4B. RGB value is (130,33,75). Sum of RGB (Red+Green+Blue) = 130+33+75=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82214B is #7DDEB4. Grayscale: #424242. Windows color (decimal): -8249013 or 4923778. OLE color: 4923778.

HSL color Cylindrical-coordinate representation of color #82214B: hue angle of 334.02º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82214B is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 33 75 -
CMYK 0 0.75 0.42 0.49
HSL 334.02º 0.6% 0.32% -
HSV(B) 334.02º 0.75% 0.51% -
XYZ 11.02 6.34 7.3 -
YUV 66.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 130 33 75 0 0.75 0.42 0.49 334.02 0.6 0.32
Hex 82 21 4B 0 4B 2A 31 14E 3C 20
Octal 202 41 113 0 113 52 61 516 74 40
Binary 10000010 100001 1001011 0 1001011 101010 110001 101001110 111100 100000

Color Harmonies of #82214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82214B

Black with #82214B

Text Example


Text Example

White with #82214B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,33,75); }

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

background-color css

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

 a { background-color: rgb(130,33,75); }

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

border-color css

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

 span { border-color: rgb(130,33,75); }

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