Html Css Color HEX #852C5C Rose Bud Cherry

📋 copy color: '#852C5C'

red 133 ◦ green 44 ◦ blue 92

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

Shades of Rose Bud Cherry #852C5C

Tints of Rose Bud Cherry #852C5C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.36%

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 49.44%
G = 16.36%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#852C5C (or 0x852C5C) is known color: Rose Bud Cherry. HEX triplet: 85, 2C and 5C. RGB value is (133,44,92). Sum of RGB (Red+Green+Blue) = 133+44+92=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #852C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C5C is #7AD3A3. Grayscale: #4B4B4B. Windows color (decimal): -8049572 or 6040709. OLE color: 6040709.

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

Color convert

RGB 133 44 92 -
CMYK 0 0.67 0.31 0.48
HSL 327.64º 0.5% 0.35% -
HSV(B) 327.64º 0.67% 0.52% -
XYZ 12.51 7.56 10.93 -
YUV 76.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 133 44 92 0 0.67 0.31 0.48 327.64 0.5 0.35
Hex 85 2C 5C 0 43 1F 30 148 32 23
Octal 205 54 134 0 103 37 60 510 62 43
Binary 10000101 101100 1011100 0 1000011 11111 110000 101001000 110010 100011

Color Harmonies of #852C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C5C

Black with #852C5C

Text Example


Text Example

White with #852C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,44,92); }

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

background-color css

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

 a { background-color: rgb(133,44,92); }

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

border-color css

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

 span { border-color: rgb(133,44,92); }

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