Html Css Color HEX #852350 Rose Bud Cherry

📋 copy color: '#852350'

red 133 ◦ green 35 ◦ blue 80

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

Shades of Rose Bud Cherry #852350

Tints of Rose Bud Cherry #852350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.26%

R = 53.63%
G = 14.11%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#852350 (or 0x852350) is known color: Rose Bud Cherry. HEX triplet: 85, 23 and 50. RGB value is (133,35,80). Sum of RGB (Red+Green+Blue) = 133+35+80=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #852350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852350 is #7ADCAF. Grayscale: #454545. Windows color (decimal): -8051888 or 5251973. OLE color: 5251973.

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

Color convert

RGB 133 35 80 -
CMYK 0 0.74 0.40 0.48
HSL 332.45º 0.58% 0.33% -
HSV(B) 332.45º 0.74% 0.52% -
XYZ 11.72 6.77 8.28 -
YUV 69.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 133 35 80 0 0.74 0.40 0.48 332.45 0.58 0.33
Hex 85 23 50 0 4A 28 30 14C 3A 21
Octal 205 43 120 0 112 50 60 514 72 41
Binary 10000101 100011 1010000 0 1001010 101000 110000 101001100 111010 100001

Color Harmonies of #852350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852350

Black with #852350

Text Example


Text Example

White with #852350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852350; }

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

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

background-color css

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

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

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

border-color css

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

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

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