Html Css Color HEX #883465 Rose Bud Cherry

📋 copy color: '#883465'

red 136 ◦ green 52 ◦ blue 101

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

Shades of Rose Bud Cherry #883465

Tints of Rose Bud Cherry #883465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 47.06%
G = 17.99%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#883465 (or 0x883465) is known color: Rose Bud Cherry. HEX triplet: 88, 34 and 65. RGB value is (136,52,101). Sum of RGB (Red+Green+Blue) = 136+52+101=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #883465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883465 is #77CB9A. Grayscale: #525252. Windows color (decimal): -7850907 or 6632584. OLE color: 6632584.

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

Color convert

RGB 136 52 101 -
CMYK 0 0.62 0.26 0.47
HSL 325º 0.45% 0.37% -
HSV(B) 325º 0.62% 0.53% -
XYZ 13.73 8.63 13.25 -
YUV 82.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 136 52 101 0 0.62 0.26 0.47 325 0.45 0.37
Hex 88 34 65 0 3E 1A 2F 145 2D 25
Octal 210 64 145 0 76 32 57 505 55 45
Binary 10001000 110100 1100101 0 111110 11010 101111 101000101 101101 100101

Color Harmonies of #883465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883465

Black with #883465

Text Example


Text Example

White with #883465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883465; }

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

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

background-color css

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

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

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

border-color css

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

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

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