Html Css Color HEX #83214B Disco

📋 copy color: '#83214B'

red 131 ◦ green 33 ◦ blue 75

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

Shades of Disco #83214B

Tints of Disco #83214B

RGB

 RED value IS 131 (51.56% from 255) = 54.81%

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

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

R = 54.81%
G = 13.81%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83214B (or 0x83214B) is known color: Disco. HEX triplet: 83, 21 and 4B. RGB value is (131,33,75). Sum of RGB (Red+Green+Blue) = 131+33+75=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #83214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83214B is #7CDEB4. Grayscale: #434343. Windows color (decimal): -8183477 or 4923779. OLE color: 4923779.

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

Color convert

RGB 131 33 75 -
CMYK 0 0.75 0.43 0.49
HSL 334.29º 0.6% 0.32% -
HSV(B) 334.29º 0.75% 0.51% -
XYZ 11.17 6.42 7.31 -
YUV 67.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 131 33 75 0 0.75 0.43 0.49 334.29 0.6 0.32
Hex 83 21 4B 0 4B 2B 31 14E 3C 20
Octal 203 41 113 0 113 53 61 516 74 40
Binary 10000011 100001 1001011 0 1001011 101011 110001 101001110 111100 100000

Color Harmonies of #83214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83214B

Black with #83214B

Text Example


Text Example

White with #83214B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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