Html Css Color HEX #853366 Rose Bud Cherry

📋 copy color: '#853366'

red 133 ◦ green 51 ◦ blue 102

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

Shades of Rose Bud Cherry #853366

Tints of Rose Bud Cherry #853366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 46.5%
G = 17.83%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#853366 (or 0x853366) is known color: Rose Bud Cherry. HEX triplet: 85, 33 and 66. RGB value is (133,51,102). Sum of RGB (Red+Green+Blue) = 133+51+102=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #853366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853366 is #7ACC99. Grayscale: #515151. Windows color (decimal): -8047770 or 6697861. OLE color: 6697861.

HSL color Cylindrical-coordinate representation of color #853366: hue angle of 322.68º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853366 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 102 -
CMYK 0 0.62 0.23 0.48
HSL 322.68º 0.45% 0.36% -
HSV(B) 322.68º 0.62% 0.52% -
XYZ 13.25 8.31 13.48 -
YUV 81.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 133 51 102 0 0.62 0.23 0.48 322.68 0.45 0.36
Hex 85 33 66 0 3E 17 30 143 2D 24
Octal 205 63 146 0 76 27 60 503 55 44
Binary 10000101 110011 1100110 0 111110 10111 110000 101000011 101101 100100

Color Harmonies of #853366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853366

Black with #853366

Text Example


Text Example

White with #853366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853366; }

 p { color: rgb(133,51,102); }

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

background-color css

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

 a { background-color: rgb(133,51,102); }

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

border-color css

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

 span { border-color: rgb(133,51,102); }

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