Html Css Color HEX #892F5E Rose Bud Cherry

📋 copy color: '#892F5E'

red 137 ◦ green 47 ◦ blue 94

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

Shades of Rose Bud Cherry #892F5E

Tints of Rose Bud Cherry #892F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.91%

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 49.28%
G = 16.91%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#892F5E (or 0x892F5E) is known color: Rose Bud Cherry. HEX triplet: 89, 2F and 5E. RGB value is (137,47,94). Sum of RGB (Red+Green+Blue) = 137+47+94=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #892F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892F5E is #76D0A1. Grayscale: #4F4F4F. Windows color (decimal): -7786658 or 6172553. OLE color: 6172553.

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

Color convert

RGB 137 47 94 -
CMYK 0 0.66 0.31 0.46
HSL 328.67º 0.49% 0.36% -
HSV(B) 328.67º 0.66% 0.54% -
XYZ 13.35 8.16 11.46 -
YUV 79.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 137 47 94 0 0.66 0.31 0.46 328.67 0.49 0.36
Hex 89 2F 5E 0 42 1F 2E 149 31 24
Octal 211 57 136 0 102 37 56 511 61 44
Binary 10001001 101111 1011110 0 1000010 11111 101110 101001001 110001 100100

Color Harmonies of #892F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892F5E

Black with #892F5E

Text Example


Text Example

White with #892F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,47,94); }

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

background-color css

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

 a { background-color: rgb(137,47,94); }

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

border-color css

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

 span { border-color: rgb(137,47,94); }

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