Html Css Color HEX #883265 Rose Bud Cherry

📋 copy color: '#883265'

red 136 ◦ green 50 ◦ blue 101

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

Shades of Rose Bud Cherry #883265

Tints of Rose Bud Cherry #883265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 47.39%
G = 17.42%
B = 35.19%

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

#883265 (or 0x883265) is known color: Rose Bud Cherry. HEX triplet: 88, 32 and 65. RGB value is (136,50,101). Sum of RGB (Red+Green+Blue) = 136+50+101=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #883265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883265 is #77CD9A. Grayscale: #515151. Windows color (decimal): -7851419 or 6632072. OLE color: 6632072.

HSL color Cylindrical-coordinate representation of color #883265: hue angle of 324.42º 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 #883265 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 101 -
CMYK 0 0.63 0.26 0.47
HSL 324.42º 0.46% 0.36% -
HSV(B) 324.42º 0.63% 0.53% -
XYZ 13.64 8.46 13.22 -
YUV 81.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 136 50 101 0 0.63 0.26 0.47 324.42 0.46 0.36
Hex 88 32 65 0 3F 1A 2F 144 2E 24
Octal 210 62 145 0 77 32 57 504 56 44
Binary 10001000 110010 1100101 0 111111 11010 101111 101000100 101110 100100

Color Harmonies of #883265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883265

Black with #883265

Text Example


Text Example

White with #883265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883265; }

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

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

background-color css

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

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

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

border-color css

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

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

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