Html Css Color HEX #852253 Rose Bud Cherry

📋 copy color: '#852253'

red 133 ◦ green 34 ◦ blue 83

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

Shades of Rose Bud Cherry #852253

Tints of Rose Bud Cherry #852253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.6%

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 53.2%
G = 13.6%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#852253 (or 0x852253) is known color: Rose Bud Cherry. HEX triplet: 85, 22 and 53. RGB value is (133,34,83). Sum of RGB (Red+Green+Blue) = 133+34+83=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #852253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852253 is #7ADDAC. Grayscale: #454545. Windows color (decimal): -8052141 or 5448325. OLE color: 5448325.

HSL color Cylindrical-coordinate representation of color #852253: hue angle of 330.3º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852253 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 34 83 -
CMYK 0 0.74 0.38 0.48
HSL 330.3º 0.59% 0.33% -
HSV(B) 330.3º 0.74% 0.52% -
XYZ 11.81 6.76 8.87 -
YUV 69.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 133 34 83 0 0.74 0.38 0.48 330.3 0.59 0.33
Hex 85 22 53 0 4A 26 30 14A 3B 21
Octal 205 42 123 0 112 46 60 512 73 41
Binary 10000101 100010 1010011 0 1001010 100110 110000 101001010 111011 100001

Color Harmonies of #852253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852253

Black with #852253

Text Example


Text Example

White with #852253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852253; }

 p { color: rgb(133,34,83); }

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

background-color css

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

 a { background-color: rgb(133,34,83); }

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

border-color css

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

 span { border-color: rgb(133,34,83); }

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