Html Css Color HEX #852B46 Disco

📋 copy color: '#852B46'

red 133 ◦ green 43 ◦ blue 70

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

Shades of Disco #852B46

Tints of Disco #852B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 54.07%
G = 17.48%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#852B46 (or 0x852B46) is known color: Disco. HEX triplet: 85, 2B and 46. RGB value is (133,43,70). Sum of RGB (Red+Green+Blue) = 133+43+70=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #852B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B46 is #7AD4B9. Grayscale: #484848. Windows color (decimal): -8049850 or 4598661. OLE color: 4598661.

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

Color convert

RGB 133 43 70 -
CMYK 0 0.68 0.47 0.48
HSL 342º 0.51% 0.35% -
HSV(B) 342º 0.68% 0.52% -
XYZ 11.64 7.16 6.56 -
YUV 72.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 133 43 70 0 0.68 0.47 0.48 342 0.51 0.35
Hex 85 2B 46 0 44 2F 30 156 33 23
Octal 205 53 106 0 104 57 60 526 63 43
Binary 10000101 101011 1000110 0 1000100 101111 110000 101010110 110011 100011

Color Harmonies of #852B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B46

Black with #852B46

Text Example


Text Example

White with #852B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,43,70); }

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

background-color css

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

 a { background-color: rgb(133,43,70); }

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

border-color css

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

 span { border-color: rgb(133,43,70); }

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