Html Css Color HEX #823753 Disco

📋 copy color: '#823753'

red 130 ◦ green 55 ◦ blue 83

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

Shades of Disco #823753

Tints of Disco #823753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 48.51%
G = 20.52%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#823753 (or 0x823753) is known color: Disco. HEX triplet: 82, 37 and 53. RGB value is (130,55,83). Sum of RGB (Red+Green+Blue) = 130+55+83=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #823753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823753 is #7DC8AC. Grayscale: #505050. Windows color (decimal): -8243373 or 5453698. OLE color: 5453698.

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

Color convert

RGB 130 55 83 -
CMYK 0 0.58 0.36 0.49
HSL 337.6º 0.41% 0.36% -
HSV(B) 337.6º 0.58% 0.51% -
XYZ 12.13 8.1 9.11 -
YUV 80.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 130 55 83 0 0.58 0.36 0.49 337.6 0.41 0.36
Hex 82 37 53 0 3A 24 31 152 29 24
Octal 202 67 123 0 72 44 61 522 51 44
Binary 10000010 110111 1010011 0 111010 100100 110001 101010010 101001 100100

Color Harmonies of #823753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823753

Black with #823753

Text Example


Text Example

White with #823753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823753; }

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

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

background-color css

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

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

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

border-color css

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

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

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