Html Css Color HEX #882363 Rose Bud Cherry

📋 copy color: '#882363'

red 136 ◦ green 35 ◦ blue 99

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

Shades of Rose Bud Cherry #882363

Tints of Rose Bud Cherry #882363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

 BLUE value IS 99 (39.06% from 255) = 36.67%

R = 50.37%
G = 12.96%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#882363 (or 0x882363) is known color: Rose Bud Cherry. HEX triplet: 88, 23 and 63. RGB value is (136,35,99). Sum of RGB (Red+Green+Blue) = 136+35+99=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #882363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882363 is #77DC9C. Grayscale: #484848. Windows color (decimal): -7855261 or 6497160. OLE color: 6497160.

HSL color Cylindrical-coordinate representation of color #882363: hue angle of 321.98º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882363 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 35 99 -
CMYK 0 0.74 0.27 0.47
HSL 321.98º 0.59% 0.34% -
HSV(B) 321.98º 0.74% 0.53% -
XYZ 13.01 7.34 12.54 -
YUV 72.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 136 35 99 0 0.74 0.27 0.47 321.98 0.59 0.34
Hex 88 23 63 0 4A 1B 2F 142 3B 22
Octal 210 43 143 0 112 33 57 502 73 42
Binary 10001000 100011 1100011 0 1001010 11011 101111 101000010 111011 100010

Color Harmonies of #882363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882363

Black with #882363

Text Example


Text Example

White with #882363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882363; }

 p { color: rgb(136,35,99); }

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

background-color css

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

 a { background-color: rgb(136,35,99); }

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

border-color css

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

 span { border-color: rgb(136,35,99); }

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