Html Css Color HEX #883164 Rose Bud Cherry

📋 copy color: '#883164'

red 136 ◦ green 49 ◦ blue 100

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

Shades of Rose Bud Cherry #883164

Tints of Rose Bud Cherry #883164

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

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

R = 47.72%
G = 17.19%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#883164 (or 0x883164) is known color: Rose Bud Cherry. HEX triplet: 88, 31 and 64. RGB value is (136,49,100). Sum of RGB (Red+Green+Blue) = 136+49+100=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #883164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883164 is #77CE9B. Grayscale: #505050. Windows color (decimal): -7851676 or 6566280. OLE color: 6566280.

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

Color convert

RGB 136 49 100 -
CMYK 0 0.64 0.26 0.47
HSL 324.83º 0.47% 0.36% -
HSV(B) 324.83º 0.64% 0.53% -
XYZ 13.55 8.35 12.95 -
YUV 80.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 136 49 100 0 0.64 0.26 0.47 324.83 0.47 0.36
Hex 88 31 64 0 40 1A 2F 145 2F 24
Octal 210 61 144 0 100 32 57 505 57 44
Binary 10001000 110001 1100100 0 1000000 11010 101111 101000101 101111 100100

Color Harmonies of #883164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883164

Black with #883164

Text Example


Text Example

White with #883164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883164; }

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

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

background-color css

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

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

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

border-color css

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

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

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