Html Css Color HEX #892D52 Rose Bud Cherry

📋 copy color: '#892D52'

red 137 ◦ green 45 ◦ blue 82

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

Shades of Rose Bud Cherry #892D52

Tints of Rose Bud Cherry #892D52

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.05%

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

R = 51.89%
G = 17.05%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#892D52 (or 0x892D52) is known color: Rose Bud Cherry. HEX triplet: 89, 2D and 52. RGB value is (137,45,82). Sum of RGB (Red+Green+Blue) = 137+45+82=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #892D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D52 is #76D2AD. Grayscale: #4C4C4C. Windows color (decimal): -7787182 or 5385609. OLE color: 5385609.

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

Color convert

RGB 137 45 82 -
CMYK 0 0.67 0.40 0.46
HSL 335.87º 0.51% 0.36% -
HSV(B) 335.87º 0.67% 0.54% -
XYZ 12.78 7.8 8.82 -
YUV 76.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 137 45 82 0 0.67 0.40 0.46 335.87 0.51 0.36
Hex 89 2D 52 0 43 28 2E 150 33 24
Octal 211 55 122 0 103 50 56 520 63 44
Binary 10001001 101101 1010010 0 1000011 101000 101110 101010000 110011 100100

Color Harmonies of #892D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892D52

Black with #892D52

Text Example


Text Example

White with #892D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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