Html Css Color HEX #882353 Rose Bud Cherry

📋 copy color: '#882353'

red 136 ◦ green 35 ◦ blue 83

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

Shades of Rose Bud Cherry #882353

Tints of Rose Bud Cherry #882353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.68%

R = 53.54%
G = 13.78%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#882353 (or 0x882353) is known color: Rose Bud Cherry. HEX triplet: 88, 23 and 53. RGB value is (136,35,83). Sum of RGB (Red+Green+Blue) = 136+35+83=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #882353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882353 is #77DCAC. Grayscale: #464646. Windows color (decimal): -7855277 or 5448584. OLE color: 5448584.

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

Color convert

RGB 136 35 83 -
CMYK 0 0.74 0.39 0.47
HSL 331.49º 0.59% 0.34% -
HSV(B) 331.49º 0.74% 0.53% -
XYZ 12.32 7.06 8.9 -
YUV 70.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 136 35 83 0 0.74 0.39 0.47 331.49 0.59 0.34
Hex 88 23 53 0 4A 27 2F 14B 3B 22
Octal 210 43 123 0 112 47 57 513 73 42
Binary 10001000 100011 1010011 0 1001010 100111 101111 101001011 111011 100010

Color Harmonies of #882353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882353

Black with #882353

Text Example


Text Example

White with #882353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882353; }

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

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

background-color css

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

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

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

border-color css

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

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

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