Html Css Color HEX #852353 Rose Bud Cherry

📋 copy color: '#852353'

red 133 ◦ green 35 ◦ blue 83

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

Shades of Rose Bud Cherry #852353

Tints of Rose Bud Cherry #852353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 52.99%
G = 13.94%
B = 33.07%

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

#852353 (or 0x852353) is known color: Rose Bud Cherry. HEX triplet: 85, 23 and 53. RGB value is (133,35,83). Sum of RGB (Red+Green+Blue) = 133+35+83=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #852353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852353 is #7ADCAC. Grayscale: #454545. Windows color (decimal): -8051885 or 5448581. OLE color: 5448581.

HSL color Cylindrical-coordinate representation of color #852353: hue angle of 330.61º degrees, saturation: 0.58, 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 #852353 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 83 -
CMYK 0 0.74 0.38 0.48
HSL 330.61º 0.58% 0.33% -
HSV(B) 330.61º 0.74% 0.52% -
XYZ 11.84 6.81 8.87 -
YUV 69.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 133 35 83 0 0.74 0.38 0.48 330.61 0.58 0.33
Hex 85 23 53 0 4A 26 30 14B 3A 21
Octal 205 43 123 0 112 46 60 513 72 41
Binary 10000101 100011 1010011 0 1001010 100110 110000 101001011 111010 100001

Color Harmonies of #852353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852353

Black with #852353

Text Example


Text Example

White with #852353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852353; }

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

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

background-color css

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

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

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

border-color css

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

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

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