Html Css Color HEX #852B5C Rose Bud Cherry

📋 copy color: '#852B5C'

red 133 ◦ green 43 ◦ blue 92

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

Shades of Rose Bud Cherry #852B5C

Tints of Rose Bud Cherry #852B5C

RGB

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

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

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

R = 49.63%
G = 16.04%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#852B5C (or 0x852B5C) is known color: Rose Bud Cherry. HEX triplet: 85, 2B and 5C. RGB value is (133,43,92). Sum of RGB (Red+Green+Blue) = 133+43+92=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #852B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B5C is #7AD4A3. Grayscale: #4B4B4B. Windows color (decimal): -8049828 or 6040453. OLE color: 6040453.

HSL color Cylindrical-coordinate representation of color #852B5C: hue angle of 327.33º 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 #852B5C is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 92 -
CMYK 0 0.68 0.31 0.48
HSL 327.33º 0.51% 0.35% -
HSV(B) 327.33º 0.68% 0.52% -
XYZ 12.47 7.49 10.91 -
YUV 75.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 133 43 92 0 0.68 0.31 0.48 327.33 0.51 0.35
Hex 85 2B 5C 0 44 1F 30 147 33 23
Octal 205 53 134 0 104 37 60 507 63 43
Binary 10000101 101011 1011100 0 1000100 11111 110000 101000111 110011 100011

Color Harmonies of #852B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B5C

Black with #852B5C

Text Example


Text Example

White with #852B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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