Html Css Color HEX #893152 Rose Bud Cherry

📋 copy color: '#893152'

red 137 ◦ green 49 ◦ blue 82

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

Shades of Rose Bud Cherry #893152

Tints of Rose Bud Cherry #893152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.28%

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

R = 51.12%
G = 18.28%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#893152 (or 0x893152) is known color: Rose Bud Cherry. HEX triplet: 89, 31 and 52. RGB value is (137,49,82). Sum of RGB (Red+Green+Blue) = 137+49+82=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #893152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893152 is #76CEAD. Grayscale: #4F4F4F. Windows color (decimal): -7786158 or 5386633. OLE color: 5386633.

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

Color convert

RGB 137 49 82 -
CMYK 0 0.64 0.40 0.46
HSL 337.5º 0.47% 0.36% -
HSV(B) 337.5º 0.64% 0.54% -
XYZ 12.94 8.12 8.87 -
YUV 79.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 137 49 82 0 0.64 0.40 0.46 337.5 0.47 0.36
Hex 89 31 52 0 40 28 2E 152 2F 24
Octal 211 61 122 0 100 50 56 522 57 44
Binary 10001001 110001 1010010 0 1000000 101000 101110 101010010 101111 100100

Color Harmonies of #893152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893152

Black with #893152

Text Example


Text Example

White with #893152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893152; }

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

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

background-color css

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

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

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

border-color css

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

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

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