Html Css Color HEX #892053 Rose Bud Cherry

📋 copy color: '#892053'

red 137 ◦ green 32 ◦ blue 83

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

Shades of Rose Bud Cherry #892053

Tints of Rose Bud Cherry #892053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.7%

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 54.37%
G = 12.7%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#892053 (or 0x892053) is known color: Rose Bud Cherry. HEX triplet: 89, 20 and 53. RGB value is (137,32,83). Sum of RGB (Red+Green+Blue) = 137+32+83=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #892053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892053 is #76DFAC. Grayscale: #454545. Windows color (decimal): -7790509 or 5447817. OLE color: 5447817.

HSL color Cylindrical-coordinate representation of color #892053: hue angle of 330.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892053 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 83 -
CMYK 0 0.77 0.39 0.46
HSL 330.86º 0.62% 0.33% -
HSV(B) 330.86º 0.77% 0.54% -
XYZ 12.39 6.98 8.88 -
YUV 69.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 137 32 83 0 0.77 0.39 0.46 330.86 0.62 0.33
Hex 89 20 53 0 4D 27 2E 14B 3E 21
Octal 211 40 123 0 115 47 56 513 76 41
Binary 10001001 100000 1010011 0 1001101 100111 101110 101001011 111110 100001

Color Harmonies of #892053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892053

Black with #892053

Text Example


Text Example

White with #892053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892053; }

 p { color: rgb(137,32,83); }

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

background-color css

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

 a { background-color: rgb(137,32,83); }

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

border-color css

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

 span { border-color: rgb(137,32,83); }

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