Html Css Color HEX #883264 Rose Bud Cherry

📋 copy color: '#883264'

red 136 ◦ green 50 ◦ blue 100

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

Shades of Rose Bud Cherry #883264

Tints of Rose Bud Cherry #883264

RGB

 RED value IS 136 (53.52% from 255) = 47.55%

 GREEN value IS 50 (19.92% from 255) = 17.48%

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 47.55%
G = 17.48%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#883264 (or 0x883264) is known color: Rose Bud Cherry. HEX triplet: 88, 32 and 64. RGB value is (136,50,100). Sum of RGB (Red+Green+Blue) = 136+50+100=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #883264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883264 is #77CD9B. Grayscale: #515151. Windows color (decimal): -7851420 or 6566536. OLE color: 6566536.

HSL color Cylindrical-coordinate representation of color #883264: hue angle of 325.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883264 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 100 -
CMYK 0 0.63 0.26 0.47
HSL 325.12º 0.46% 0.36% -
HSV(B) 325.12º 0.63% 0.53% -
XYZ 13.59 8.44 12.97 -
YUV 81.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 136 50 100 0 0.63 0.26 0.47 325.12 0.46 0.36
Hex 88 32 64 0 3F 1A 2F 145 2E 24
Octal 210 62 144 0 77 32 57 505 56 44
Binary 10001000 110010 1100100 0 111111 11010 101111 101000101 101110 100100

Color Harmonies of #883264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883264

Black with #883264

Text Example


Text Example

White with #883264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883264; }

 p { color: rgb(136,50,100); }

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

background-color css

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

 a { background-color: rgb(136,50,100); }

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

border-color css

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

 span { border-color: rgb(136,50,100); }

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