Html Css Color HEX #892052 Rose Bud Cherry

📋 copy color: '#892052'

red 137 ◦ green 32 ◦ blue 82

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

Shades of Rose Bud Cherry #892052

Tints of Rose Bud Cherry #892052

RGB

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

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

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

R = 54.58%
G = 12.75%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#892052 (or 0x892052) is known color: Rose Bud Cherry. HEX triplet: 89, 20 and 52. RGB value is (137,32,82). Sum of RGB (Red+Green+Blue) = 137+32+82=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #892052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892052 is #76DFAD. Grayscale: #454545. Windows color (decimal): -7790510 or 5382281. OLE color: 5382281.

HSL color Cylindrical-coordinate representation of color #892052: hue angle of 331.43º 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 #892052 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 82 -
CMYK 0 0.77 0.40 0.46
HSL 331.43º 0.62% 0.33% -
HSV(B) 331.43º 0.77% 0.54% -
XYZ 12.36 6.96 8.67 -
YUV 69.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 137 32 82 0 0.77 0.40 0.46 331.43 0.62 0.33
Hex 89 20 52 0 4D 28 2E 14B 3E 21
Octal 211 40 122 0 115 50 56 513 76 41
Binary 10001001 100000 1010010 0 1001101 101000 101110 101001011 111110 100001

Color Harmonies of #892052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892052

Black with #892052

Text Example


Text Example

White with #892052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892052; }

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

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

background-color css

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

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

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

border-color css

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

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

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