Html Css Color HEX #823752 Disco

📋 copy color: '#823752'

red 130 ◦ green 55 ◦ blue 82

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

Shades of Disco #823752

Tints of Disco #823752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 48.69%
G = 20.6%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#823752 (or 0x823752) is known color: Disco. HEX triplet: 82, 37 and 52. RGB value is (130,55,82). Sum of RGB (Red+Green+Blue) = 130+55+82=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #823752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823752 is #7DC8AD. Grayscale: #505050. Windows color (decimal): -8243374 or 5388162. OLE color: 5388162.

HSL color Cylindrical-coordinate representation of color #823752: hue angle of 338.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #823752 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 82 -
CMYK 0 0.58 0.37 0.49
HSL 338.4º 0.41% 0.36% -
HSV(B) 338.4º 0.58% 0.51% -
XYZ 12.1 8.09 8.91 -
YUV 80.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 130 55 82 0 0.58 0.37 0.49 338.4 0.41 0.36
Hex 82 37 52 0 3A 25 31 152 29 24
Octal 202 67 122 0 72 45 61 522 51 44
Binary 10000010 110111 1010010 0 111010 100101 110001 101010010 101001 100100

Color Harmonies of #823752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823752

Black with #823752

Text Example


Text Example

White with #823752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823752; }

 p { color: rgb(130,55,82); }

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

background-color css

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

 a { background-color: rgb(130,55,82); }

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

border-color css

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

 span { border-color: rgb(130,55,82); }

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