Html Css Color HEX #852D5A Rose Bud Cherry

📋 copy color: '#852D5A'

red 133 ◦ green 45 ◦ blue 90

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

Shades of Rose Bud Cherry #852D5A

Tints of Rose Bud Cherry #852D5A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.79%

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 49.63%
G = 16.79%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#852D5A (or 0x852D5A) is known color: Rose Bud Cherry. HEX triplet: 85, 2D and 5A. RGB value is (133,45,90). Sum of RGB (Red+Green+Blue) = 133+45+90=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #852D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D5A is #7AD2A5. Grayscale: #4C4C4C. Windows color (decimal): -8049318 or 5909893. OLE color: 5909893.

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

Color convert

RGB 133 45 90 -
CMYK 0 0.66 0.32 0.48
HSL 329.32º 0.49% 0.35% -
HSV(B) 329.32º 0.66% 0.52% -
XYZ 12.46 7.6 10.48 -
YUV 76.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 133 45 90 0 0.66 0.32 0.48 329.32 0.49 0.35
Hex 85 2D 5A 0 42 20 30 149 31 23
Octal 205 55 132 0 102 40 60 511 61 43
Binary 10000101 101101 1011010 0 1000010 100000 110000 101001001 110001 100011

Color Harmonies of #852D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D5A

Black with #852D5A

Text Example


Text Example

White with #852D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,45,90); }

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

background-color css

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

 a { background-color: rgb(133,45,90); }

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

border-color css

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

 span { border-color: rgb(133,45,90); }

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