Html Css Color HEX #892B5C Rose Bud Cherry

📋 copy color: '#892B5C'

red 137 ◦ green 43 ◦ blue 92

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

Shades of Rose Bud Cherry #892B5C

Tints of Rose Bud Cherry #892B5C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

 BLUE value IS 92 (36.33% from 255) = 33.82%

R = 50.37%
G = 15.81%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#892B5C (or 0x892B5C) is known color: Rose Bud Cherry. HEX triplet: 89, 2B and 5C. RGB value is (137,43,92). Sum of RGB (Red+Green+Blue) = 137+43+92=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #892B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892B5C is #76D4A3. Grayscale: #4C4C4C. Windows color (decimal): -7787684 or 6040457. OLE color: 6040457.

HSL color Cylindrical-coordinate representation of color #892B5C: hue angle of 328.72º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892B5C is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 43 92 -
CMYK 0 0.69 0.33 0.46
HSL 328.72º 0.52% 0.35% -
HSV(B) 328.72º 0.69% 0.54% -
XYZ 13.11 7.82 10.94 -
YUV 76.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 137 43 92 0 0.69 0.33 0.46 328.72 0.52 0.35
Hex 89 2B 5C 0 45 21 2E 149 34 23
Octal 211 53 134 0 105 41 56 511 64 43
Binary 10001001 101011 1011100 0 1000101 100001 101110 101001001 110100 100011

Color Harmonies of #892B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892B5C

Black with #892B5C

Text Example


Text Example

White with #892B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,43,92); }

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

background-color css

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

 a { background-color: rgb(137,43,92); }

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

border-color css

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

 span { border-color: rgb(137,43,92); }

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