Html Css Color HEX #852D52 Rose Bud Cherry

📋 copy color: '#852D52'

red 133 ◦ green 45 ◦ blue 82

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

Shades of Rose Bud Cherry #852D52

Tints of Rose Bud Cherry #852D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 51.15%
G = 17.31%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#852D52 (or 0x852D52) is known color: Rose Bud Cherry. HEX triplet: 85, 2D and 52. RGB value is (133,45,82). Sum of RGB (Red+Green+Blue) = 133+45+82=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #852D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D52 is #7AD2AD. Grayscale: #4B4B4B. Windows color (decimal): -8049326 or 5385605. OLE color: 5385605.

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

Color convert

RGB 133 45 82 -
CMYK 0 0.66 0.38 0.48
HSL 334.77º 0.49% 0.35% -
HSV(B) 334.77º 0.66% 0.52% -
XYZ 12.13 7.47 8.79 -
YUV 75.53 131.65 168.99 -
System Red Green Blue C M Y K H S L
Decimal 133 45 82 0 0.66 0.38 0.48 334.77 0.49 0.35
Hex 85 2D 52 0 42 26 30 14F 31 23
Octal 205 55 122 0 102 46 60 517 61 43
Binary 10000101 101101 1010010 0 1000010 100110 110000 101001111 110001 100011

Color Harmonies of #852D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D52

Black with #852D52

Text Example


Text Example

White with #852D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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