Html Css Color HEX #853452 Disco

📋 copy color: '#853452'

red 133 ◦ green 52 ◦ blue 82

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

Shades of Disco #853452

Tints of Disco #853452

RGB

 RED value IS 133 (52.34% from 255) = 49.81%

 GREEN value IS 52 (20.7% from 255) = 19.48%

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

R = 49.81%
G = 19.48%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#853452 (or 0x853452) is known color: Disco. HEX triplet: 85, 34 and 52. RGB value is (133,52,82). Sum of RGB (Red+Green+Blue) = 133+52+82=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #853452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853452 is #7ACBAD. Grayscale: #4F4F4F. Windows color (decimal): -8047534 or 5387397. OLE color: 5387397.

HSL color Cylindrical-coordinate representation of color #853452: hue angle of 337.78º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853452 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 82 -
CMYK 0 0.61 0.38 0.48
HSL 337.78º 0.44% 0.36% -
HSV(B) 337.78º 0.61% 0.52% -
XYZ 12.42 8.05 8.88 -
YUV 79.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 133 52 82 0 0.61 0.38 0.48 337.78 0.44 0.36
Hex 85 34 52 0 3D 26 30 152 2C 24
Octal 205 64 122 0 75 46 60 522 54 44
Binary 10000101 110100 1010010 0 111101 100110 110000 101010010 101100 100100

Color Harmonies of #853452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853452

Black with #853452

Text Example


Text Example

White with #853452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853452; }

 p { color: rgb(133,52,82); }

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

background-color css

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

 a { background-color: rgb(133,52,82); }

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

border-color css

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

 span { border-color: rgb(133,52,82); }

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