Html Css Color HEX #883B5C Rose Bud Cherry

📋 copy color: '#883B5C'

red 136 ◦ green 59 ◦ blue 92

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

Shades of Rose Bud Cherry #883B5C

Tints of Rose Bud Cherry #883B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.56%

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 47.39%
G = 20.56%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#883B5C (or 0x883B5C) is known color: Rose Bud Cherry. HEX triplet: 88, 3B and 5C. RGB value is (136,59,92). Sum of RGB (Red+Green+Blue) = 136+59+92=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #883B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B5C is #77C4A3. Grayscale: #555555. Windows color (decimal): -7849124 or 6044552. OLE color: 6044552.

HSL color Cylindrical-coordinate representation of color #883B5C: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883B5C is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 59 92 -
CMYK 0 0.57 0.32 0.47
HSL 334.29º 0.39% 0.38% -
HSV(B) 334.29º 0.57% 0.53% -
XYZ 13.65 9.13 11.17 -
YUV 85.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 136 59 92 0 0.57 0.32 0.47 334.29 0.39 0.38
Hex 88 3B 5C 0 39 20 2F 14E 27 26
Octal 210 73 134 0 71 40 57 516 47 46
Binary 10001000 111011 1011100 0 111001 100000 101111 101001110 100111 100110

Color Harmonies of #883B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883B5C

Black with #883B5C

Text Example


Text Example

White with #883B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883B5C; }

 p { color: rgb(136,59,92); }

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

background-color css

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

 a { background-color: rgb(136,59,92); }

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

border-color css

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

 span { border-color: rgb(136,59,92); }

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