Html Css Color HEX #852F4A Disco

📋 copy color: '#852F4A'

red 133 ◦ green 47 ◦ blue 74

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

Shades of Disco #852F4A

Tints of Disco #852F4A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.5%

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 52.36%
G = 18.5%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#852F4A (or 0x852F4A) is known color: Disco. HEX triplet: 85, 2F and 4A. RGB value is (133,47,74). Sum of RGB (Red+Green+Blue) = 133+47+74=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #852F4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F4A is #7AD0B5. Grayscale: #4B4B4B. Windows color (decimal): -8048822 or 4861829. OLE color: 4861829.

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

Color convert

RGB 133 47 74 -
CMYK 0 0.65 0.44 0.48
HSL 341.16º 0.48% 0.35% -
HSV(B) 341.16º 0.65% 0.52% -
XYZ 11.93 7.51 7.3 -
YUV 75.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 133 47 74 0 0.65 0.44 0.48 341.16 0.48 0.35
Hex 85 2F 4A 0 41 2C 30 155 30 23
Octal 205 57 112 0 101 54 60 525 60 43
Binary 10000101 101111 1001010 0 1000001 101100 110000 101010101 110000 100011

Color Harmonies of #852F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F4A

Black with #852F4A

Text Example


Text Example

White with #852F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852F4A; }

 p { color: rgb(133,47,74); }

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

background-color css

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

 a { background-color: rgb(133,47,74); }

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

border-color css

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

 span { border-color: rgb(133,47,74); }

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