Html Css Color HEX #883258 Rose Bud Cherry

📋 copy color: '#883258'

red 136 ◦ green 50 ◦ blue 88

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

Shades of Rose Bud Cherry #883258

Tints of Rose Bud Cherry #883258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.25%

 BLUE value IS 88 (34.77% from 255) = 32.12%

R = 49.64%
G = 18.25%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#883258 (or 0x883258) is known color: Rose Bud Cherry. HEX triplet: 88, 32 and 58. RGB value is (136,50,88). Sum of RGB (Red+Green+Blue) = 136+50+88=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #883258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883258 is #77CDA7. Grayscale: #4F4F4F. Windows color (decimal): -7851432 or 5780104. OLE color: 5780104.

HSL color Cylindrical-coordinate representation of color #883258: hue angle of 333.49º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883258 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 88 -
CMYK 0 0.63 0.35 0.47
HSL 333.49º 0.46% 0.36% -
HSV(B) 333.49º 0.63% 0.53% -
XYZ 13.06 8.22 10.13 -
YUV 80.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 136 50 88 0 0.63 0.35 0.47 333.49 0.46 0.36
Hex 88 32 58 0 3F 23 2F 14D 2E 24
Octal 210 62 130 0 77 43 57 515 56 44
Binary 10001000 110010 1011000 0 111111 100011 101111 101001101 101110 100100

Color Harmonies of #883258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883258

Black with #883258

Text Example


Text Example

White with #883258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883258; }

 p { color: rgb(136,50,88); }

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

background-color css

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

 a { background-color: rgb(136,50,88); }

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

border-color css

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

 span { border-color: rgb(136,50,88); }

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