Html Css Color HEX #882350 Rose Bud Cherry

📋 copy color: '#882350'

red 136 ◦ green 35 ◦ blue 80

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

Shades of Rose Bud Cherry #882350

Tints of Rose Bud Cherry #882350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.87%

R = 54.18%
G = 13.94%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#882350 (or 0x882350) is known color: Rose Bud Cherry. HEX triplet: 88, 23 and 50. RGB value is (136,35,80). Sum of RGB (Red+Green+Blue) = 136+35+80=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #882350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882350 is #77DCAF. Grayscale: #464646. Windows color (decimal): -7855280 or 5251976. OLE color: 5251976.

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

Color convert

RGB 136 35 80 -
CMYK 0 0.74 0.41 0.47
HSL 333.27º 0.59% 0.34% -
HSV(B) 333.27º 0.74% 0.53% -
XYZ 12.2 7.02 8.3 -
YUV 70.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 136 35 80 0 0.74 0.41 0.47 333.27 0.59 0.34
Hex 88 23 50 0 4A 29 2F 14D 3B 22
Octal 210 43 120 0 112 51 57 515 73 42
Binary 10001000 100011 1010000 0 1001010 101001 101111 101001101 111011 100010

Color Harmonies of #882350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882350

Black with #882350

Text Example


Text Example

White with #882350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882350; }

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

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

background-color css

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

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

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

border-color css

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

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

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