Html Css Color HEX #891852 Rose Bud Cherry

📋 copy color: '#891852'

red 137 ◦ green 24 ◦ blue 82

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

Shades of Rose Bud Cherry #891852

Tints of Rose Bud Cherry #891852

RGB

 RED value IS 137 (53.91% from 255) = 56.38%

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

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 56.38%
G = 9.88%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#891852 (or 0x891852) is known color: Rose Bud Cherry. HEX triplet: 89, 18 and 52. RGB value is (137,24,82). Sum of RGB (Red+Green+Blue) = 137+24+82=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #891852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891852 is #76E7AD. Grayscale: #404040. Windows color (decimal): -7792558 or 5380233. OLE color: 5380233.

HSL color Cylindrical-coordinate representation of color #891852: hue angle of 329.2º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891852 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 24 82 -
CMYK 0 0.82 0.40 0.46
HSL 329.2º 0.7% 0.32% -
HSV(B) 329.2º 0.82% 0.54% -
XYZ 12.17 6.58 8.61 -
YUV 64.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 137 24 82 0 0.82 0.40 0.46 329.2 0.7 0.32
Hex 89 18 52 0 52 28 2E 149 46 20
Octal 211 30 122 0 122 50 56 511 106 40
Binary 10001001 11000 1010010 0 1010010 101000 101110 101001001 1000110 100000

Color Harmonies of #891852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891852

Black with #891852

Text Example


Text Example

White with #891852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891852; }

 p { color: rgb(137,24,82); }

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

background-color css

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

 a { background-color: rgb(137,24,82); }

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

border-color css

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

 span { border-color: rgb(137,24,82); }

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