Html Css Color HEX #892350 Rose Bud Cherry

📋 copy color: '#892350'

red 137 ◦ green 35 ◦ blue 80

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

Shades of Rose Bud Cherry #892350

Tints of Rose Bud Cherry #892350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 54.37%
G = 13.89%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#892350 (or 0x892350) is known color: Rose Bud Cherry. HEX triplet: 89, 23 and 50. RGB value is (137,35,80). Sum of RGB (Red+Green+Blue) = 137+35+80=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #892350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892350 is #76DCAF. Grayscale: #464646. Windows color (decimal): -7789744 or 5251977. OLE color: 5251977.

HSL color Cylindrical-coordinate representation of color #892350: hue angle of 333.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892350 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 35 80 -
CMYK 0 0.74 0.42 0.46
HSL 333.53º 0.59% 0.34% -
HSV(B) 333.53º 0.74% 0.54% -
XYZ 12.37 7.1 8.31 -
YUV 70.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 137 35 80 0 0.74 0.42 0.46 333.53 0.59 0.34
Hex 89 23 50 0 4A 2A 2E 14E 3B 22
Octal 211 43 120 0 112 52 56 516 73 42
Binary 10001001 100011 1010000 0 1001010 101010 101110 101001110 111011 100010

Color Harmonies of #892350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892350

Black with #892350

Text Example


Text Example

White with #892350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892350; }

 p { color: rgb(137,35,80); }

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

background-color css

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

 a { background-color: rgb(137,35,80); }

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

border-color css

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

 span { border-color: rgb(137,35,80); }

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