Html Css Color HEX #852662 Rose Bud Cherry

📋 copy color: '#852662'

red 133 ◦ green 38 ◦ blue 98

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

Shades of Rose Bud Cherry #852662

Tints of Rose Bud Cherry #852662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.13%

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 49.44%
G = 14.13%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#852662 (or 0x852662) is known color: Rose Bud Cherry. HEX triplet: 85, 26 and 62. RGB value is (133,38,98). Sum of RGB (Red+Green+Blue) = 133+38+98=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #852662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852662 is #7AD99D. Grayscale: #494949. Windows color (decimal): -8051102 or 6432389. OLE color: 6432389.

HSL color Cylindrical-coordinate representation of color #852662: hue angle of 322.11º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852662 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 98 -
CMYK 0 0.71 0.26 0.48
HSL 322.11º 0.56% 0.34% -
HSV(B) 322.11º 0.71% 0.52% -
XYZ 12.57 7.25 12.29 -
YUV 73.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 133 38 98 0 0.71 0.26 0.48 322.11 0.56 0.34
Hex 85 26 62 0 47 1A 30 142 38 22
Octal 205 46 142 0 107 32 60 502 70 42
Binary 10000101 100110 1100010 0 1000111 11010 110000 101000010 111000 100010

Color Harmonies of #852662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852662

Black with #852662

Text Example


Text Example

White with #852662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852662; }

 p { color: rgb(133,38,98); }

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

background-color css

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

 a { background-color: rgb(133,38,98); }

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

border-color css

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

 span { border-color: rgb(133,38,98); }

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