Html Css Color HEX #823652 Disco

📋 copy color: '#823652'

red 130 ◦ green 54 ◦ blue 82

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

Shades of Disco #823652

Tints of Disco #823652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

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

R = 48.87%
G = 20.3%
B = 30.83%

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

#823652 (or 0x823652) is known color: Disco. HEX triplet: 82, 36 and 52. RGB value is (130,54,82). Sum of RGB (Red+Green+Blue) = 130+54+82=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #823652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823652 is #7DC9AD. Grayscale: #4F4F4F. Windows color (decimal): -8243630 or 5387906. OLE color: 5387906.

HSL color Cylindrical-coordinate representation of color #823652: hue angle of 337.89º 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 #823652 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 82 -
CMYK 0 0.58 0.37 0.49
HSL 337.89º 0.41% 0.36% -
HSV(B) 337.89º 0.58% 0.51% -
XYZ 12.05 7.99 8.89 -
YUV 79.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 130 54 82 0 0.58 0.37 0.49 337.89 0.41 0.36
Hex 82 36 52 0 3A 25 31 152 29 24
Octal 202 66 122 0 72 45 61 522 51 44
Binary 10000010 110110 1010010 0 111010 100101 110001 101010010 101001 100100

Color Harmonies of #823652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823652

Black with #823652

Text Example


Text Example

White with #823652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823652; }

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

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

background-color css

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

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

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

border-color css

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

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

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