Html Css Color HEX #892152 Rose Bud Cherry

📋 copy color: '#892152'

red 137 ◦ green 33 ◦ blue 82

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

Shades of Rose Bud Cherry #892152

Tints of Rose Bud Cherry #892152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.1%

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

R = 54.37%
G = 13.1%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#892152 (or 0x892152) is known color: Rose Bud Cherry. HEX triplet: 89, 21 and 52. RGB value is (137,33,82). Sum of RGB (Red+Green+Blue) = 137+33+82=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #892152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892152 is #76DEAD. Grayscale: #454545. Windows color (decimal): -7790254 or 5382537. OLE color: 5382537.

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

Color convert

RGB 137 33 82 -
CMYK 0 0.76 0.40 0.46
HSL 331.73º 0.61% 0.33% -
HSV(B) 331.73º 0.76% 0.54% -
XYZ 12.38 7.02 8.68 -
YUV 69.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 137 33 82 0 0.76 0.40 0.46 331.73 0.61 0.33
Hex 89 21 52 0 4C 28 2E 14C 3D 21
Octal 211 41 122 0 114 50 56 514 75 41
Binary 10001001 100001 1010010 0 1001100 101000 101110 101001100 111101 100001

Color Harmonies of #892152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892152

Black with #892152

Text Example


Text Example

White with #892152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892152; }

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

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

background-color css

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

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

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

border-color css

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

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

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