Html Css Color HEX #88185A Rose Bud Cherry

📋 copy color: '#88185A'

red 136 ◦ green 24 ◦ blue 90

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

Shades of Rose Bud Cherry #88185A

Tints of Rose Bud Cherry #88185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

 BLUE value IS 90 (35.55% from 255) = 36%

R = 54.4%
G = 9.6%
B = 36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#88185A (or 0x88185A) is known color: Rose Bud Cherry. HEX triplet: 88, 18 and 5A. RGB value is (136,24,90). Sum of RGB (Red+Green+Blue) = 136+24+90=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88185A is #77E7A5. Grayscale: #404040. Windows color (decimal): -7858086 or 5904520. OLE color: 5904520.

HSL color Cylindrical-coordinate representation of color #88185A: hue angle of 324.64º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88185A is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 90 -
CMYK 0 0.82 0.34 0.47
HSL 324.64º 0.7% 0.31% -
HSV(B) 324.64º 0.82% 0.53% -
XYZ 12.33 6.63 10.3 -
YUV 65.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 136 24 90 0 0.82 0.34 0.47 324.64 0.7 0.31
Hex 88 18 5A 0 52 22 2F 145 46 1F
Octal 210 30 132 0 122 42 57 505 106 37
Binary 10001000 11000 1011010 0 1010010 100010 101111 101000101 1000110 11111

Color Harmonies of #88185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88185A

Black with #88185A

Text Example


Text Example

White with #88185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88185A; }

 p { color: rgb(136,24,90); }

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

background-color css

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

 a { background-color: rgb(136,24,90); }

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

border-color css

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

 span { border-color: rgb(136,24,90); }

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